Skip to content

Commit

Permalink
chore: Use chore semantic commits instead of skip changelog (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryib authored Apr 22, 2020
1 parent e41c4aa commit 058a516
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ options:
- refactor
- test
- ci
- chore

commit_groups:
group_by: Type
Expand All @@ -28,7 +27,6 @@ options:
refactor: REFACTORS
test: TESTS
ci: CI
chore: CHORES

header:
pattern: "^(.+)\\s*:\\s*(.+)$"
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 0 additions & 2 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 058a516

Please sign in to comment.