Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
add .bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Mar 23, 2020
1 parent d89b934 commit 987c098
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[bumpversion]
current_version = 0.15.2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
((?P<prerelease>[a-z]+)(?P<num>\d+))?
serialize =
{major}.{minor}.{patch}{prerelease}{num}
{major}.{minor}.{patch}
commit = False
tag = False

[bumpversion:part:prerelease]
first_value = a
values =
a
b
rc

[bumpversion:part:num]
first_value = 1

[bumpversion:file:setup.py]

[bumpversion:file:docker/dbt/Dockerfile]

0 comments on commit 987c098

Please sign in to comment.