Skip to content

Commit

Permalink
update bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Feb 1, 2019
1 parent c28a3c4 commit 099d2d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ current_version = 1.15
commit = True
tag = False
allow_dirty = True
parse = (?P<major>\d+)\.(?P<minor>\d+)((?P<release>[a-z]+)(?P<num>\d+))?
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<release>[a-z]+)
serialize =
{major}.{minor}{release}{num}
{major}.{minor}
Expand All @@ -22,7 +22,7 @@ serialize =

[bumpversion:file:docker/Makefile]
serialize =
{major}.{minor}{release}{num}
{major}.{minor}{release}

[bumpversion:file:src/etools_datamart/__init__.py]
serialize =
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DATABASE_URL_ETOOLS?=
DEVELOP?=0
DOCKER_PASS?=
DOCKER_USER?=
TARGET?=1.15a0
TARGET?=1.15
# below vars are used internally
BUILD_OPTIONS?=--squash
CMD?=datamart
Expand Down

0 comments on commit 099d2d1

Please sign in to comment.