cognito-oauthtools/.bumpversion.cfg

15 lines
309 B
INI
Raw Normal View History

[bumpversion]
current_version = 0.0.0
commit = False
tag = True
tag_name = {new_version}
[bumpversion:file:cognito_oauthtools/__init__.py]
search = version = "0.0.0"
replace = version = "{new_version}"
[semver]
main_branches = master
major_branches =
minor_branches = feature
patch_branches = hotfix, bugfix