Skip to content

Commit a1b9fa0

Browse files
committed
chore: change configuration for auto changelog generation
1 parent 22b4975 commit a1b9fa0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: stefanzweifel/git-auto-commit-action@v7
4040
if: steps.changelog-changes.outputs.has-changes == 'true'
4141
with:
42-
commit_message: "docs: update CHANGELOG.md [skip ci]"
42+
commit_message: "chore(changelog): update CHANGELOG.md"
4343
file_pattern: CHANGELOG.md
4444
commit_user_name: github-actions[bot]
4545
commit_user_email: github-actions[bot]@users.noreply.github.com

cliff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ commit_preprocessors = [
232232
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "" },
233233
]
234234
commit_parsers = [
235+
{ message = "^chore\\(changelog\\)", skip = true },
236+
{ message = "^chore.*changelog", skip = true },
237+
{ message = "^docs: update CHANGELOG\\.md \\[skip ci\\]$", skip = true },
235238
{ message = "^feat", group = "Features" },
236239
{ message = "^fix", group = "Bug Fixes" },
237240
{ message = "^doc", group = "Documentation" },

0 commit comments

Comments
 (0)