We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b45ac9 commit 793e9d6Copy full SHA for 793e9d6
1 file changed
.github/workflows/version.yml
@@ -51,7 +51,7 @@ jobs:
51
BRANCH="release/v${{ steps.bump.outputs.version }}"
52
git checkout -b "$BRANCH"
53
git add package.json package-lock.json
54
- git commit -m "chore: bump version to v${{ steps.bump.outputs.version }}"
+ git commit -m "chore: release v${{ steps.bump.outputs.version }}"
55
git push origin "$BRANCH"
56
gh pr create \
57
--base main \
0 commit comments