Skip to content

Commit

Permalink
fix: bump and build (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
diefans authored May 14, 2024
1 parent 2aba175 commit 6e8752f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
pytest:
if: "!contains(github.event.head_commit.message, '[skip-ci]')"
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Bump version
# XXX test line for PR

on:
push:
Expand All @@ -8,7 +7,7 @@ on:

jobs:
bump-version:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
if: "!contains(github.event.head_commit.message, '[skip-ci]')"
runs-on: ubuntu-latest
name: "Bump version and create changelog with commitizen"
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "cz_conventional_commits"
version = "0.43.3"
tag_format = "$version"
bump_message = "release $current_version → $new_version [skip-ci]"
bump_message = "release: $current_version → $new_version [skip-ci]"

version_files = [
"VERSION",
Expand Down

0 comments on commit 6e8752f

Please sign in to comment.