We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e40591 commit 115ea74Copy full SHA for 115ea74
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
git config user.name "github-actions[bot]"
55
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
56
- make bumpversion-candidate
+ bump-my-version bump candidate --no-tag --no-commit
57
58
- name: Create pull request
59
if: ${{ inputs.candidate && !inputs.test_pypi }}
0 commit comments