We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7add2bf commit 09e3967Copy full SHA for 09e3967
.github/workflows/release.yml
@@ -61,11 +61,11 @@ jobs:
61
git config user.name "GitHub Action"
62
63
git checkout -b $BRANCH
64
- git commit -am "Changelog update - $VERSION"
+ git commit -am "chore: update changelog for $VERSION"
65
git push --set-upstream origin $BRANCH
66
67
gh pr create \
68
--title "Changelog update - \`$VERSION\`" \
69
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
70
--base main \
71
- --head $BRANCH
+ --head $BRANCH
0 commit comments