diff --git a/.clog.toml b/.clog.toml index 2bc6ed1..0e163e8 100644 --- a/.clog.toml +++ b/.clog.toml @@ -1,3 +1,7 @@ [clog] repository = "https://github.com/lettre/lettre" changelog = "CHANGELOG.md" + +[sections] +Style = ["style"] +Documentation = ["docs"] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1220447..919d3b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: