made a few options configurable instead of hard coded

This commit is contained in:
Michael Gimbel
2017-02-27 20:41:06 +00:00
parent 9887d9ff52
commit 6d09f07df9
2 changed files with 41 additions and 7 deletions

View File

@ -8,3 +8,9 @@ message = Bump version: {current_version} -> {new_version}
[bumpversion:file:VERSION]
search = version={current_version}
replace = version={new_version}
[semver]
main_branches = develop, env-test, env-stage, env-prod
major_branches =
minor_branches = feature
patch_branches = hotfix, bugfix