Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Conventional Commits #57

Open
kzantow opened this issue Jan 24, 2023 · 0 comments
Open

Support for Conventional Commits #57

kzantow opened this issue Jan 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kzantow
Copy link
Contributor

kzantow commented Jan 24, 2023

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.

@kzantow kzantow added the enhancement New feature or request label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant