mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 09:38:33 +01:00
chore: Use chore semantic commits instead of skip changelog (#844)
This commit is contained in:
committed by
GitHub
parent
e41c4aa78a
commit
058a516b0f
@@ -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*(.+)$"
|
||||
|
||||
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -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
.github/semantic.yml
vendored
2
.github/semantic.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user