From b4d03ead8cce04e0c3d65a30e7a07acca9530f30 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 8 Apr 2018 14:56:19 +0200 Subject: [PATCH] docs(all): Add changelog sections for style and docs --- .clog.toml | 4 ++++ CONTRIBUTING.md | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) 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: