docs(all): Add changelog sections for style and docs

This commit is contained in:
Alexis Mousset
2018-04-08 14:56:19 +02:00
parent d692a9488f
commit b4d03ead8c
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
[clog]
repository = "https://github.com/lettre/lettre"
changelog = "CHANGELOG.md"
[sections]
Style = ["style"]
Documentation = ["docs"]

View File

@@ -22,10 +22,7 @@ Any line of the commit message cannot be longer 72 characters.
fix: A bug fix
docs: Documentation only changes
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: A code change that neither fixes a bug or adds a feature
perf: A code change that improves performance
test: Adding missing tests
chore: Changes to the build process or auxiliary tools and libraries such as documentation generation
**scope** is the lettre part that is being touched. Examples: