Skip to content

Commit

Permalink
Merge pull request #42 from RightBrain-Networks/bugfix/semverfile
Browse files Browse the repository at this point in the history
Updated `.bumpversion.cfg`
  • Loading branch information
Pharrox authored Jan 3, 2020
2 parents 47529fb + 26f01e2 commit d51fc72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ current_version = 0.0.0
commit = False
tag = True
tag_name = {new_version}
message = Bump version: {current_version} -> {new_version}

[bumpversion:file:deployer/__init__.py]
search = __version__ = '0.0.0'
replace = __version__ = '{new_version}'

[bumpversion:VERSION]
search = __version__ = develop
[bumpversion:file:VERSION]
search = __version__ = 0.0.0
replace = __version__ = {new_version}

[semver]
main_branches = development
major_branches =
major_branches =
minor_branches = feature
patch_branches = bugfix, hotfix

patch_branches = hotfix, bugfix
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = develop
__version__ = 0.0.0

0 comments on commit d51fc72

Please sign in to comment.