We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3a95c commit a3df488Copy full SHA for a3df488
.github/workflows/release.yml
@@ -28,6 +28,6 @@ jobs:
28
- uses: stefanzweifel/git-auto-commit-action@v5
29
if: ${{ steps.release.outputs.release_created }}
30
with:
31
- commit_message: "chore: Update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
+ commit_message: "chore: update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
32
commit_user_name: "honeybadger-robot"
33
commit_user_email: "[email protected]"
0 commit comments