Skip to content

Commit 84d940d

Browse files
committed
chore: Change from bumpversion to commitizen
1 parent f3fbae5 commit 84d940d

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 8 deletions
This file was deleted.

.cz.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
commitizen:
2+
name: cz_conventional_commits
3+
tag_format: v$version
4+
version: 0.30.1

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- hooks:
3+
- id: commitizen
4+
stages:
5+
- commit-msg
6+
repo: https://github.com/commitizen-tools/commitizen
7+
rev: v2.20.3

0 commit comments

Comments
 (0)