Skip to content

Commit c9bfc82

Browse files
using-systemclaude
andauthored
fix(ci): prevent infinite release loop with default_bump false (#7)
With default_bump: patch, every push to main created a new tag — including the version bump PR merge. Setting default_bump: false ensures tags are only created when feat/fix/breaking commits exist. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8ca433b commit c9bfc82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: mathieudutour/github-tag-action@d28fa2ccfbd16e871a4bdf35e11b3ad1bd56c0c1 # v6.2
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
default_bump: patch
33+
default_bump: false
3434
tag_prefix: v
3535

3636
bump:

0 commit comments

Comments
 (0)