mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 05:31:46 +02: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
|
- refactor
|
||||||
- test
|
- test
|
||||||
- ci
|
- ci
|
||||||
- chore
|
|
||||||
|
|
||||||
commit_groups:
|
commit_groups:
|
||||||
group_by: Type
|
group_by: Type
|
||||||
@@ -28,7 +27,6 @@ options:
|
|||||||
refactor: REFACTORS
|
refactor: REFACTORS
|
||||||
test: TESTS
|
test: TESTS
|
||||||
ci: CI
|
ci: CI
|
||||||
chore: CHORES
|
|
||||||
|
|
||||||
header:
|
header:
|
||||||
pattern: "^(.+)\\s*:\\s*(.+)$"
|
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
|
- `ci:` for CI purpose
|
||||||
- `chore:` for chores stuff
|
- `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
|
- test
|
||||||
- ci
|
- ci
|
||||||
- chore
|
- chore
|
||||||
- skip changelog
|
|
||||||
- skip ci
|
|
||||||
|
|
||||||
# Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
|
# 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)
|
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
|
||||||
|
|||||||
Reference in New Issue
Block a user