add bump my version logic
This commit is contained in:
parent
1603b7fe3a
commit
cbfcc59d9a
8
.bumpversion.toml
Normal file
8
.bumpversion.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[tool.bumpversion]
|
||||||
|
current_version = "1.1.2"
|
||||||
|
commit = true
|
||||||
|
tag = true
|
||||||
|
tag_name = "{new_version}"
|
||||||
|
|
||||||
|
[[tool.bumpversion.files]]
|
||||||
|
filename = "VERSION"
|
@ -32,3 +32,4 @@ tomli==2.2.1
|
|||||||
typing_extensions==4.14.1
|
typing_extensions==4.14.1
|
||||||
urllib3==2.4.0
|
urllib3==2.4.0
|
||||||
Werkzeug==3.1.3
|
Werkzeug==3.1.3
|
||||||
|
bump-my-version
|
Loading…
x
Reference in New Issue
Block a user