All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m18s
13 lines
237 B
TOML
13 lines
237 B
TOML
[tool.bumpversion]
|
|
current_version = "1.3.4"
|
|
commit = true
|
|
tag = true
|
|
tag_name = "{new_version}"
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = "VERSION"
|
|
[tool.bumpversion.parts.post_bump]
|
|
commands = [
|
|
"git push",
|
|
"git push origin --tags",
|
|
] |