Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
0fd8725f
Commit
0fd8725f
authored
1 year ago
by
Sam Kagan
Browse files
Options
Downloads
Patches
Plain Diff
Added comment for ignore-missing-version, cleaned up .bumpversion.toml
parent
a0e5bbd3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1605
Merge 2.8.2.3 work to main
,
!1581
catch up with 2.8.2.3
,
!1579
updating and testing Sam's bumpversion work
Pipeline
#14298
passed
1 year ago
Stage: pull-db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.bumpversion.toml
+3
-3
3 additions, 3 deletions
.bumpversion.toml
with
3 additions
and
3 deletions
.bumpversion.toml
+
3
−
3
View file @
0fd8725f
# Config for bump-my-version
# 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.3"
current_version
=
"2.8.2.3
rc1
"
parse
=
"""(?x)
(?P<major>0|[1-9]
\\
d*)
\\
.
(?P<minor>0|[1-9]
\\
d*)
\\
.
...
...
@@ -28,7 +29,6 @@ optional_value = "final"
[[tool.bumpversion.files]]
glob
=
"apps/cli/executables/pexable/*/pyproject.toml"
excluded_paths
=
"apps/cli/executables/pexable/pycapo/*"
search
=
"version
=
\"
{current_version}
\"
"
replace
=
"version
=
\"
{new_version}
\"
"
...
...
@@ -65,4 +65,4 @@ search = "RELEASE_VERSION: {current_version}"
replace
=
"RELEASE_VERSION: {new_version}"
[[tool.bumpversion.files]]
filename
=
"services/workflow/gitlab-requirements.txt"
\ No newline at end of file
filename
=
"services/workflow/gitlab-requirements.txt"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment