Commit c901634
fix: allow empty commit when preparing release PR (#733)
When the version in pyproject.toml already matches the requested release
version, sed makes no change and `git commit` fails with "nothing to commit".
Add --allow-empty so the release branch/PR is still created.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent ceec285 commit c901634
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments