Skip to content

Commit 09e3967

Browse files
authored
Update release.yml
1 parent 7add2bf commit 09e3967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
git config user.name "GitHub Action"
6262
6363
git checkout -b $BRANCH
64-
git commit -am "Changelog update - $VERSION"
64+
git commit -am "chore: update changelog for $VERSION"
6565
git push --set-upstream origin $BRANCH
6666
6767
gh pr create \
6868
--title "Changelog update - \`$VERSION\`" \
6969
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
7070
--base main \
71-
--head $BRANCH
71+
--head $BRANCH

0 commit comments

Comments
 (0)