test new bump code
This commit is contained in:
parent
65356eef6f
commit
5e76631c75
@ -5,4 +5,9 @@ tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
||||
[[tool.bumpversion.files]]
|
||||
filename = "VERSION"
|
||||
filename = "VERSION"
|
||||
[tool.bumpversion.parts.post_bump]
|
||||
commands = [
|
||||
"git push",
|
||||
"git push origin --tags",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user