Using Conventional Commits #933
aymanbagabas
started this conversation in
General
Replies: 1 comment
-
|
I agree that by adding the additional type of the change, it would make it a lot easier for users to understand the changes without having to dive into each one of the PR/issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen a lot of projects use Conventional Commits to construct commit messages. Go-git has its own format that is very similar to Conventional Commits. I'm suggesting that we make the transition since it will help with constructing and automating coming up with a changelog.
Proposed changes:
Use Conventional Commits to write commit messages with concrete types that clearly describe the intent for the commit i.e.
fix,feat,docs,refactor, etc.Current format:
Suggested format:
This uses git trailer format to include additional links, issue numbers, and signatures.
cc/ @mcuadros @pjbgf
Beta Was this translation helpful? Give feedback.
All reactions