auto-semver intergration
if if Container Build via matrix Update version & build Fix Fix Fix Fix Update
This commit is contained in:
15
.bumpversion.cfg
Normal file
15
.bumpversion.cfg
Normal 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
|
||||
Reference in New Issue
Block a user