Skip to content

Commit

Permalink
using bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu1845 committed Nov 10, 2021
1 parent 12305ab commit 635e9e8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,17 @@ pytest = "^6.2.5"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


[tool.bumpver]
current_version = "2021.11.10.1"
version_pattern = "YYYY.MM.DD.PATCH[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
tag = true
push = true

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

0 comments on commit 635e9e8

Please sign in to comment.