Skip to content

Commit

Permalink
build: remove quotes from bumpversion commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Aug 30, 2023
1 parent d30f87d commit 5ebf9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.10.0
commit = True
message = "chore: bump version: {current_version} → {new_version}"
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 5ebf9c2

Please sign in to comment.