chore: Use chore semantic commits instead of skip changelog (#844)

This commit is contained in:
Thierno IB. BARRY
2020-04-22 23:34:24 +02:00
committed by GitHub
parent e41c4aa78a
commit 058a516b0f
3 changed files with 1 additions and 5 deletions

View File

@@ -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*(.+)$"

View File

@@ -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.

View File

@@ -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)