Skip to content

Commit

Permalink
bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
bivab committed Dec 1, 2016
1 parent d09c11c commit 9147ea4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[bumpversion]
current_version = 1.0.0-dev
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>\w+))?
tag = False
commit = True
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
values =
dev
RC
optional_value = RC

[bumpversion:file:.travis.yml]
[bumpversion:file:Makefile]

0 comments on commit 9147ea4

Please sign in to comment.