semver to only output a version if the git tag for the version and the current commit hash match
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
current_version = 1.0.5
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = v{new_version}
|
||||
tag_name = {new_version}
|
||||
message = Bump version: {current_version} -> {new_version}
|
||||
|
||||
[bumpversion:file:semver.semver]
|
||||
|
Reference in New Issue
Block a user