Skip to content

Commit 73b5981

Browse files
committed
fix: ci title typo
1 parent 256a21d commit 73b5981

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/minor-version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/yearly-major-version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)