We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8178403 commit bd3ececCopy full SHA for bd3ecec
1 file changed
.github/workflows/branchOffCadenzaVersion.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Commit and tag changes
69
run: |
70
git add "pyproject.toml"
71
- git commit -m "chore: branch off main as ${{ env.BRANCH_NAME }} and bump main version to ${{ env.NEW_VERSION }}"
+ git commit -m "Chore: branch off main as ${{ env.BRANCH_NAME }} and bump main version to ${{ env.NEW_VERSION }}"
72
73
- name: Push changes
74
env:
0 commit comments