Skip to content

Commit

Permalink
ci: update the bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustin-Picard committed Apr 10, 2024
1 parent 40951f9 commit e7a046f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
[bumpversion]
current_version = 0.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<prerelease>\d+))?
serialize =
{major}.{minor}.{patch}-{prerelease}
{major}.{minor}.{patch}
commit = True
tag = True

[bumpversion:part:prerelease]
optional_value = regular
values =
beta
alpha
regular
tag = False

[bumpversion:file:setup.py]

Expand Down

0 comments on commit e7a046f

Please sign in to comment.