auto-semver/.bumpversion.cfg

16 lines
298 B
INI
Raw Normal View History

2017-02-23 20:24:20 +01:00
[bumpversion]
2019-11-25 19:35:15 +01:00
current_version = 0.0.0
2019-11-25 19:28:43 +01:00
commit = False
2017-02-23 20:24:20 +01:00
tag = True
tag_name = {new_version}
2017-02-23 20:28:54 +01:00
2019-11-25 19:30:09 +01:00
[bumpversion:file:semver/__init__.py]
2019-11-25 22:19:20 +01:00
search = version = '0.0.0'
2019-11-25 19:33:05 +01:00
replace = version = '{new_version}'
[semver]
2019-12-20 21:20:10 +01:00
main_branches = master
major_branches =
minor_branches = feature
patch_branches = hotfix, bugfix