ci: Fixed the commitizen bump to not require a full re-run of test suites when releasing [skip ci]
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Bump version with Commitizen
|
- name: Bump version with Commitizen
|
||||||
run: |
|
run: |
|
||||||
cz bump --yes --increment ${{ github.event.inputs.bump_type }}
|
cz bump --yes --increment ${{ github.event.inputs.bump_type }} --message "chore: bump version [skip ci]"
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user