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
What would you like to be added:
Support for using Conventional Commits to generate feature, fix, and breaking/major version changes from commit or PR messages.
Why is this needed:
Not all users will want to tag issues and PRs in specific ways and would like to rely on using Conventional Commits and similar strategies with commit descriptions to automate the aspects of version speculation and changelog generation.
Additional context:
I believe with Conventional Commits, we have just a few basic things to check:
fix: prefixed commits increment the patch version
feat: prefixed commits increment the minor version
commits which "appends a ! after the type/scope" or "has a footer BREAKING CHANGE:" increment the major version
Other commits don't necessarily contribute to version increments.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Support for using Conventional Commits to generate feature, fix, and breaking/major version changes from commit or PR messages.
Why is this needed:
Not all users will want to tag issues and PRs in specific ways and would like to rely on using Conventional Commits and similar strategies with commit descriptions to automate the aspects of version speculation and changelog generation.
Additional context:
I believe with Conventional Commits, we have just a few basic things to check:
fix:
prefixed commits increment the patch versionfeat:
prefixed commits increment the minor versionOther commits don't necessarily contribute to version increments.
The text was updated successfully, but these errors were encountered: