File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
- name : Create release PR
34
34
uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # 7.0.8
35
35
with :
36
- title : " Release ${{ steps.bump-version.outputs.NEW_VERSION }}"
36
+ title : " chore: release ${{ steps.bump-version.outputs.NEW_VERSION }}"
37
37
token : ${{ steps.app-token.outputs.token }}
38
- commit-message : " Bump version to ${{ steps.bump-version.outputs.NEW_VERSION }}"
38
+ commit-message : " chore: release ${{ steps.bump-version.outputs.NEW_VERSION }}"
39
39
body : |
40
40
This PR bumps the package version to ${{ steps.bump-version.outputs.NEW_VERSION }}.
41
41
Once merged, the new version will be published to npm.
42
42
base : main
43
- branch : release/ ${{ steps.bump-version.outputs.NEW_VERSION }}
43
+ branch : chore_release_ ${{ steps.bump-version.outputs.NEW_VERSION }}
44
44
author : " ${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
45
45
committer : " ${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
You can’t perform that action at this time.
0 commit comments