Skip to content

Commit

Permalink
Add new required file?
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Feb 29, 2024
1 parent e9159e9 commit 6e0c439
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[bumpversion]
current_version = 4.10.0dev
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}.{release}
{major}.{minor}.{patch}

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

[bumpversion:file:./galaxy_ng/app/__init__.py]

[bumpversion:file:./setup.py]

# [bumpversion:file:./docs/conf.py]

0 comments on commit 6e0c439

Please sign in to comment.