add semantic versioning checks
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.0.4
|
||||
current_version = 1.0.5
|
||||
commit = True
|
||||
tag = True
|
||||
tag_name = v{new_version}
|
||||
@ -10,7 +10,7 @@ search = version = {current_version}
|
||||
replace = version = {new_version}
|
||||
|
||||
[semver]
|
||||
main_branches = develop, env-test, env-stage, env-prod
|
||||
main_branches = develops, env-test, env-stage, env-prod
|
||||
major_branches =
|
||||
minor_branches = feature
|
||||
minor_branches = feature, RightBrain-Networks/feature
|
||||
patch_branches = hotfix, bugfix
|
||||
|
Reference in New Issue
Block a user