Implement auto-semver for releases
This commit is contained in:
parent
4940f3b222
commit
84b6b4932b
2 changed files with 41 additions and 0 deletions
11
.bumpversion.cfg
Normal file
11
.bumpversion.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue