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

Force commit messages and smart changelog #709

Open
a1ttech opened this issue Oct 25, 2024 · 0 comments
Open

Force commit messages and smart changelog #709

a1ttech opened this issue Oct 25, 2024 · 0 comments

Comments

@a1ttech
Copy link
Contributor

a1ttech commented Oct 25, 2024

Problem

We currently update our versions and build our changelogs manually, which are a key piece of documentation for our migration and usage guides.

Considering the amount of devs, commits, PRs and projects (nx) this can be troublesome, and prone to forgetting key changes. Also, being an open source product allows anyone to contribute so we must enforce them to follow some rules to ease their contribution validation and incorporation.

Solution

Use a git hook to force developers to use a conventional commit message format and a PR requirement to have changelog documentation based on those.

Bonus: Use AI to pre-generate those messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant