auto-semver/.bumpversion.cfg

16 lines
298 B
INI
Raw Normal View History

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