Skip to content

Commit

Permalink
build: use conventional commit message for bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Aug 30, 2023
1 parent 5ca39d9 commit a6d7d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[bumpversion]
current_version = 1.9.2
commit = True
message = "chore: bump version: {current_version} → {new_version}"
tag = True
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
serialize =
Expand Down

0 comments on commit a6d7d06

Please sign in to comment.