You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It tends to be a common practice in the industry to have commits for release notes, and release commits, with the following syntax :
Release note for vX.Y.Z
Release vX.Y.Z
The <action>(<subject>): <message> syntax for commit messages does not permit to emphasize release-related commits, in fact, it hides them, which is bad for the clarity of the commit history.
Expected Behavior
commitlint to support such syntax, via configuration for example.