IsoEngine/.bumpversion.cfg

19 lines
300 B
INI

[bumpversion]
current_version = ALPHA-2.0.0
commit = True
tag = True
tag_name = v{new_version}
[bumpversion:file:VERSION]
search = {current_version}
replace = {new_version}
[bumpversion:part:major]
first_value = 2
[bumpversion:part:minor]
first_value = 0
[bumpversion:part:patch]
first_value = 0