feat: Use .bumpversion.toml for configuration
This commit is contained in:
parent
cc576e3c91
commit
41fef3cb15
@ -1,6 +0,0 @@
|
|||||||
[bumpversion]
|
|
||||||
current_version = 1.2.7
|
|
||||||
commit = True
|
|
||||||
tag = True
|
|
||||||
|
|
||||||
[bumpversion:file:VERSION]
|
|
8
.bumpversion.toml
Normal file
8
.bumpversion.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[tool.bumpversion]
|
||||||
|
current_version = "1.2.6"
|
||||||
|
commit = true
|
||||||
|
tag = true
|
||||||
|
tag_name = "{new_version}"
|
||||||
|
|
||||||
|
[[tool.bumpversion.files]]
|
||||||
|
filename = "VERSION"
|
Loading…
x
Reference in New Issue
Block a user