diff --git a/.chglog/config.yml b/.chglog/config.yml index 16a95bc100..af0993ac08 100644 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -15,7 +15,6 @@ options: - refactor - test - ci - - chore commit_groups: group_by: Type @@ -28,7 +27,6 @@ options: refactor: REFACTORS test: TESTS ci: CI - chore: CHORES header: pattern: "^(.+)\\s*:\\s*(.+)$" diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0323f79ab1..5ab6a91687 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -30,5 +30,5 @@ To generate changelog, Pull Requests or Commits must have sementic and must foll - `ci:` for CI purpose - `chore:` for chores stuff -There is a special prefix `skip changelog` which is skipped during changelog generation. It can be used for `skip changelog: update changelog` commit message by example. +The `chore` prefix skipped during changelog generation. It can be used for `chore: update changelog` commit message by example. diff --git a/.github/semantic.yml b/.github/semantic.yml index d8a21f9f41..376c06a6a8 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -24,8 +24,6 @@ types: - test - ci - chore - - skip changelog - - skip ci # Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns") # this is only relevant when using commitsOnly: true (or titleAndCommits: true)