Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 8d26adc

Browse files
committed
ci(actions): ✨ use new title for PR
Update release-please-action to v2.21.0. Test the pull-request-title-pattern option.
1 parent 14da4b7 commit 8d26adc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ on:
44
push:
55
branches:
66
- main
7+
78
jobs:
89
release-please:
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Check release
12-
uses: GoogleCloudPlatform/release-please-action@v2.20.1
13+
uses: GoogleCloudPlatform/release-please-action@v2.21.0
1314
with:
1415
release-type: node
15-
package-name: conventional-commit-types-i18n
16+
package-name: typescript-action
1617
bump-minor-pre-major: true
18+
pull-request-title-pattern: 'chore${scope}: 🔖 release${component} v${version}'
19+
1720
- name: Update major and patch tags
1821
if: ${{ steps.release.outputs.release_created }}
1922
env:

0 commit comments

Comments
 (0)