Skip to content
Snippets Groups Projects
Commit e6ed567e authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Fix bumpversion config

parent 9ef0a24a
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ current_version = 2.0.0
commit = True
tag = True
tag_name = {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-(?P<package>\d+)
serialize = {major}.{minor}.{patch}-{package}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
[bumpversion:file:pom.xml]
search = <version>{current_version}</version><!-- BUMP_VERSION -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment