Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 4dc2e51

Browse files
committed
ci: update cz config
1 parent b490e46 commit 4dc2e51

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.cz.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
commitizen:
2-
bump_message: 'ci: bump version $current_version -> $new_version'
32
name: cz_conventional_commits
43
tag_format: $version
54
version: 0.5.0

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
bump:
10-
if: "!startsWith(github.event.head_commit.message, 'ci: bump version')"
10+
if: "!startsWith(github.event.head_commit.message, 'bump:')"
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)