ci: Fixed the commitizen commit to skip CI [skip ci]
This commit is contained in:
@@ -55,7 +55,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Bump version with Commitizen
|
- name: Bump version with Commitizen
|
||||||
run: |
|
run: |
|
||||||
cz bump --yes --increment ${{ github.event.inputs.bump_type }} --message "chore: bump version [skip ci]"
|
cz bump --yes --increment ${{ github.event.inputs.bump_type }}
|
||||||
|
|
||||||
|
- name: Amend commit message to include '[skip ci]'
|
||||||
|
run: |
|
||||||
|
git commit --amend --no-edit -m "$(git log -1 --pretty=%B) [skip ci]"
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
env:
|
env:
|
||||||
|
|||||||
Generated
+1
-1
@@ -1353,7 +1353,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "managarr"
|
name = "managarr"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|||||||
Reference in New Issue
Block a user