馃摀 Guideline: Conventional Commits #182
Pinned
almostearthling
announced in
Toolbox
Replies: 0 comments
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.
Conventional Commits
Beginning with version 2.0.0 of When, the Conventional Commits standard is used, with some more specific suggestions for the parts of the commit message. These suggestions, which might change and improve throughout time, are similar to the ones used in whenever.
Commit messages should have the following format:
In particular, for the type, use:
Scopes that can be used are:
For the footer part, the breaking change directive should be
BREAKING-CHANGE:(with a hyphen) followed by a space and the reason why it is breaking. The<description>does not begin with a capital letter.All reactions