-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Customizing code convention #59
Comments
Ok, here we are Example [tool.git-changelog]
convention = "conventional"
sections = "build,chore,doc,n,feat"
minor-types = "feat,n"
...
[tool.git-changelog.rewrite-convention]
build = "Build"
chore = "Chore"
ci = "Continuous Integration"
deps = "Dependencies"
doc = "Documentation"
feat = "Features"
n = "Notes" We initially choose our convention from the basic, conventional, or angular options. If we want to customize (or translate) our convention, we define a |
Issue: pawamoy#59 Resolves: pawamoy#59
Issue: pawamoy#59 Resolves: pawamoy#59
Is your feature request related to a problem? Please describe.
The idea of PR #56 seems awesome. It could bring some configuration freedom like in git-cliff. This would also free up those who would like to translate the CHANGELOG.md sections into their native language.
Describe the solution you'd like
I'll push solution today
Boost priority
The text was updated successfully, but these errors were encountered: