Skip to content

Commit

Permalink
fix: auto bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
kstasik committed Oct 14, 2021
1 parent 26e6a1c commit fd99973
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.0.42"
version_files = []
bump_message = "chore: bump version $current_version → $new_version [skip-ci]"
tag_format = "v$version"
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
if: "!startsWith(github.event.head_commit.message, 'chore: bump')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit fd99973

Please sign in to comment.