File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 id : cpr
3030 uses : peter-evans/create-pull-request@v4
3131 with :
32- commit-message : ' ci: bump patch version to ${{ env.PHOENIX_VERSION }}'
32+ commit-message : ' ci: bump minor version to ${{ env.PHOENIX_VERSION }}'
3333 committer :
GitHub <[email protected] > 3434 author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
35- title : ' [Release BOT] Bump patch version to ${{ env.PHOENIX_VERSION }}'
35+ title : ' [Release BOT] Bump minor version to ${{ env.PHOENIX_VERSION }}'
3636 add-paths : |
3737 package.json
3838 src/config.json
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 id : cpr
2727 uses : peter-evans/create-pull-request@v4
2828 with :
29- commit-message : ' ci: bump patch version to ${{ env.PHOENIX_VERSION }}'
29+ commit-message : ' ci: bump major version to ${{ env.PHOENIX_VERSION }}'
3030 committer :
GitHub <[email protected] > 3131 author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
32- title : ' [Release BOT] Bump patch version to ${{ env.PHOENIX_VERSION }}'
32+ title : ' [Release BOT] Bump major version to ${{ env.PHOENIX_VERSION }}'
3333 add-paths : |
3434 package.json
3535 src/config.json
You can’t perform that action at this time.
0 commit comments