auto-semver intergration

if if

Container

Build via matrix

Update version & build

Fix

Fix

Fix

Fix

Update
This commit is contained in:
2019-12-20 20:30:29 -05:00
parent d414e77141
commit 0e4cbcd31d
4 changed files with 110 additions and 73 deletions

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:Nodes/Title.tscn]
search = text = "develop"
replace = text = "{new_version}"
[semver]
main_branches = develop
major_branches =
minor_branches = feature
patch_branches = hotfix, bugfix