try push = true
This commit is contained in:
parent
c389ffb496
commit
7d98dd82c9
@ -2,12 +2,8 @@
|
|||||||
current_version = "1.3.4"
|
current_version = "1.3.4"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
|
push = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
|
|
||||||
[[tool.bumpversion.files]]
|
[[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