Skip to content

Commit

Permalink
chore: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Maik Jablonka committed Aug 27, 2023
1 parent 3f5f0ae commit 6f2c577
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.4.0-dev
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
serialize =
{major}.{minor}.{patch}-{release}+{build}
{major}.{minor}.{patch}+{build}
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
{major}.{minor}.{patch}-{release}+{build}
{major}.{minor}.{patch}+{build}
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = production
first_value = dev
values =
dev
production
dev
production

[bumpverion:part:build]
values = [0-9A-Za-z-]+
Expand Down

0 comments on commit 6f2c577

Please sign in to comment.