Commit ceb4c9a
committed
fix: skip dev publish when merging release version bump PR
The existing check only matched direct pushes with 'chore: release v'
commit messages. Merged PRs have 'Merge pull request ... from release/vX'
as the commit message, bypassing the guard and triggering an unwanted
dev publish.1 parent 3a88b4c commit ceb4c9a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments