We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3668a6 commit 892c704Copy full SHA for 892c704
1 file changed
.github/workflows/bump-version-release.yaml
@@ -102,7 +102,7 @@ jobs:
102
- name: Commit .bumpversion.cfg file new version and snapshot
103
run: |
104
git add .bumpversion.cfg
105
- git commit -m "Bump version ${{ steps.bump-version-snapshot.outputs.old-version }} → ${{ steps.bump-version-snapshot.outputs.release-version }}"
+ git commit -m "Bump version ${{ steps.bump-version.outputs.release-version }} → ${{ steps.bump-version-snapshot.outputs.release-version }}"
106
git fetch origin
107
git rebase --strategy-option=theirs origin/main
108
git push --verbose
0 commit comments