Skip to content

Commit a6d7d06

Browse files
build: use conventional commit message for bumpversion
1 parent 5ca39d9 commit a6d7d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bumpversion.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
22
current_version = 1.9.2
33
commit = True
4+
message = "chore: bump version: {current_version} → {new_version}"
45
tag = True
56
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
67
serialize =

0 commit comments

Comments
 (0)