Joseph Manley
0e4cbcd31d
if if Container Build via matrix Update version & build Fix Fix Fix Fix Update
15 lines
292 B
INI
15 lines
292 B
INI
[bumpversion]
|
|
current_version = 0.0.0
|
|
commit = False
|
|
tag = True
|
|
tag_name = {new_version}
|
|
|
|
[bumpversion:file:Nodes/Title.tscn]
|
|
search = text = "develop"
|
|
replace = text = "{new_version}"
|
|
|
|
[semver]
|
|
main_branches = develop
|
|
major_branches =
|
|
minor_branches = feature
|
|
patch_branches = hotfix, bugfix |