Skip to content
Snippets Groups Projects

updating and testing Sam's bumpversion work

Merged Charlotte Hausman requested to merge playing-with-versioning into 2.8.2.3-DEVELOPMENT
All threads resolved!
+ 4
1
@@ -2,7 +2,7 @@
# Docs: https://callowayproject.github.io/bump-my-version/
# NB: Run with `--ignore-missing-version` flag to ignore PyCAPO's version
[tool.bumpversion]
current_version = "2.8.2.3rc1"
current_version = "2.8.2.4dev0"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
@@ -66,3 +66,6 @@ replace = "RELEASE_VERSION: {new_version}"
[[tool.bumpversion.files]]
filename = "services/workflow/gitlab-requirements.txt"
[[tool.bumpversion.files]]
filename = "apps/cli/executables/go/spelunker/main.go"
\ No newline at end of file
Loading