11 lines
195 B
INI
11 lines
195 B
INI
|
[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
|