Skip to content

Commit

Permalink
fix(build): Fixed bumpver config
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Sep 24, 2024
1 parent ac2452f commit 756d5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ ignore = [
"*.lock",
"Pipfile",
".vscode/*",
"invenio_remote_user_data_kcworks/dependencies/invenio-group-collections/*"
]


Expand All @@ -108,6 +107,7 @@ push = true
[tool.bumpver.file_patterns]
"pyproject.toml" = [
'^version = "{version}"',
'^current_version = "{version}"',
]
"README.md" = [
'^Version {version}',
Expand Down

0 comments on commit 756d5a0

Please sign in to comment.