Add bumpversion.cfg

This commit is contained in:
Layla 2020-09-13 05:28:09 +00:00
parent 05f254a47e
commit 56e267f3e4

15
.bumpversion.cfg Normal file
View File

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