Implement auto-semver for releases

This commit is contained in:
2020-01-31 23:25:56 -05:00
parent 4940f3b222
commit 84b6b4932b
2 changed files with 41 additions and 0 deletions

11
.bumpversion.cfg Normal file
View File

@ -0,0 +1,11 @@
[bumpversion]
current_version = 0.0.0
commit = False
tag = True
tag_name = {new_version}
[semver]
main_branches = master
major_branches =
minor_branches = feature
patch_branches = hotfix, bugfix