We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24296e commit fd54581Copy full SHA for fd54581
1 file changed
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
release:
11
- if: github.event.head_commit.message != 'chore(release):'* # skip standard-version auto-commits
+ if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
0 commit comments