Skip to content

Commit 058a516

Browse files
authored
chore: Use chore semantic commits instead of skip changelog (#844)
1 parent e41c4aa commit 058a516

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.chglog/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ options:
1515
- refactor
1616
- test
1717
- ci
18-
- chore
1918

2019
commit_groups:
2120
group_by: Type
@@ -28,7 +27,6 @@ options:
2827
refactor: REFACTORS
2928
test: TESTS
3029
ci: CI
31-
chore: CHORES
3230

3331
header:
3432
pattern: "^(.+)\\s*:\\s*(.+)$"

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ To generate changelog, Pull Requests or Commits must have sementic and must foll
3030
- `ci:` for CI purpose
3131
- `chore:` for chores stuff
3232

33-
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.
33+
The `chore` prefix skipped during changelog generation. It can be used for `chore: update changelog` commit message by example.
3434

.github/semantic.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ types:
2424
- test
2525
- ci
2626
- chore
27-
- skip changelog
28-
- skip ci
2927

3028
# Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
3129
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)

0 commit comments

Comments
 (0)