Commit c9bfc82
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments