Skip to content

Commit da6b4d3

Browse files
vdusekclaude
andauthored
fix: Exclude build commit type from changelog generation (#244)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 851a6bc commit da6b4d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

git-cliff-release/cliff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ commit_parsers = [
9393
{ message = "^chore\\(pull\\)", skip = true },
9494
# { message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
9595
{ message = "^chore|^ci", skip = true },
96+
# { message = "^build", group = "<!-- 7 -->🏗️ Build" },
97+
{ message = "^build", skip = true },
9698
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
9799
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
98100
]

0 commit comments

Comments
 (0)