All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 3m18s
9 lines
157 B
TOML
9 lines
157 B
TOML
[tool.bumpversion]
|
|
current_version = "1.3.5"
|
|
commit = true
|
|
tag = true
|
|
push = true
|
|
tag_name = "{new_version}"
|
|
|
|
[[tool.bumpversion.files]]
|
|
filename = "VERSION" |