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

Enforce conventional commits and generate the changelog #116

Open
2 tasks
cdunster opened this issue Oct 17, 2024 · 0 comments
Open
2 tasks

Enforce conventional commits and generate the changelog #116

cdunster opened this issue Oct 17, 2024 · 0 comments

Comments

@cdunster
Copy link
Contributor

The goal is to generate a consistent changelog with as little user input as possible. For this to work with existing tooling the most common approach is to follow conventional commits and use a tool like git-cliff or cocogitto or others. Therefore, we also need to enforce conventional commits so we can use them to generate the changelog. My preference would be to enforce them in a PR instead of in pre-commit/pre-push hooks or branch protections so that we don't stop people pushing WIP commits just for testing.

AC

  • Enforce conventional commits using existing tooling.
  • Generate changelog on release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant