Skip to content

Commit 0912b0e

Browse files
authored
ci: Allow release: [version] as release PR title (#3329)
This updates `MetaMask/action-is-release` to `v2` which supports multiple commit titles for releases. I've added support for the following, in addition to the current "Release [version]": - Release `[version]` - release: [version] - release: `[version]`
1 parent ad1aa95 commit 0912b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
IS_RELEASE: ${{ steps.is-release.outputs.IS_RELEASE }}
6262
steps:
6363
- id: is-release
64-
uses: MetaMask/action-is-release@v1
64+
uses: MetaMask/action-is-release@v2
6565
with:
66-
commit-starts-with: 'Release [version]'
66+
commit-starts-with: 'Release [version],Release `[version]`,release: [version],release: `[version]`'
6767

6868
publish-release:
6969
name: Publish release

0 commit comments

Comments
 (0)