made a few options configurable instead of hard coded
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user