Replies: 1 comment 1 reply
-
I like the idea. I don't love the fact that it's nit-picky at that point (at least for me), but I do like the consistency aspect. The important part of this action currently is using the types properly. I can see a world where we add a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is inspired by what is provided by
@commitlint/config-conventional
In my repositories, I prefer that the subject starts by a lower case letter. This could be enforced by a rule like https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#subject-case
Notice that
@commitlint/config-conventional
provides a lot of other features that we could add to this action as well. For exampleWhat do you think about this @jef?
Beta Was this translation helpful? Give feedback.
All reactions