Skip to content

Commit

Permalink
bumpver configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Feb 21, 2023
1 parent c6f62d9 commit 3368185
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ profile = "black"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.bumpver]
current_version = "22.3"
version_pattern = "YY.INC1"
commit_message = "Release {new_version}"
commit = true
tag = true

[tool.bumpver.file_patterns]
"pyproject.toml" = [
'version = "{version}"',
]

0 comments on commit 3368185

Please sign in to comment.