Skip to content

Commit 433d6dd

Browse files
committed
build: change bumpversion message to conventional commit format
1 parent ecb4b62 commit 433d6dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ current_version = 0.0.9
33
commit = True
44
commit_args = --no-verify
55
tag = True
6+
message = chore: Bump version: {current_version} → {new_version}
67

78
[metadata]
89
description-file = README.md
@@ -20,7 +21,7 @@ universal = 1
2021

2122
[flake8]
2223
ignore = D203
23-
exclude =
24+
exclude =
2425
.git/,
2526
.tox/,
2627
docs/,

0 commit comments

Comments
 (0)