Skip to content

Commit

Permalink
Merge pull request lettre#252 from amousset/add-changelog-sections
Browse files Browse the repository at this point in the history
docs(all): Add changelog sections for style and docs
  • Loading branch information
amousset authored Apr 8, 2018
2 parents d692a94 + b4d03ea commit 27c8e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[clog]
repository = "https://github.com/lettre/lettre"
changelog = "CHANGELOG.md"

[sections]
Style = ["style"]
Documentation = ["docs"]
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 27c8e20

Please sign in to comment.