updating bumpversion config to update custom version file too
This commit is contained in:
@ -5,3 +5,6 @@ tag = True
|
|||||||
tag_name = v{new_version}
|
tag_name = v{new_version}
|
||||||
message = Bump version: {current_version} -> {new_version}
|
message = Bump version: {current_version} -> {new_version}
|
||||||
|
|
||||||
|
[bumpversion:file:VERSION]
|
||||||
|
search = version={current_version}
|
||||||
|
replace = version={new_version}
|
||||||
|
Reference in New Issue
Block a user