We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454d023 commit 008c4bfCopy full SHA for 008c4bf
1 file changed
README.md
@@ -19,6 +19,7 @@ on:
19
20
jobs:
21
bump_version:
22
+ if: "!startsWith(github.event.head_commit.message, 'bump:')"
23
runs-on: ubuntu-latest
24
name: "Bump version and create changelog with commitizen"
25
steps:
0 commit comments