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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: