auto-semver/.bumpversion.cfg

17 lines
365 B
INI
Raw Normal View History

2017-02-23 20:24:20 +01:00
[bumpversion]
2018-05-24 22:36:45 +02:00
current_version = 1.0.5
2017-02-23 20:24:20 +01:00
commit = True
tag = True
tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}
2017-02-23 20:28:54 +01:00
2019-11-25 19:26:10 +01:00
[bumpversion:file:semver.__init__.py]
search = version = {current_version}
replace = version = {new_version}
[semver]
main_branches = develop
major_branches =
minor_branches = feature
patch_branches = hotfix, bugfix