mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-06-05 18:35:07 +01:00
use bump-my-version
This commit is contained in:
parent
5b1fc11100
commit
64d0c7bbab
@ -1,10 +1,21 @@
|
|||||||
[bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.1.1"
|
current_version = "0.1.0"
|
||||||
commit = true
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
tag = true
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
tag_name = "{new_version}"
|
search = "{current_version}"
|
||||||
|
replace = "{new_version}"
|
||||||
[[file]]
|
regex = false
|
||||||
filename = "./__version__.py"
|
ignore_missing_version = false
|
||||||
search = '__version__ = "{current_version}"'
|
ignore_missing_files = false
|
||||||
replace = '__version__ = "{new_version}"'
|
tag = false
|
||||||
|
sign_tags = false
|
||||||
|
tag_name = "v{new_version}"
|
||||||
|
tag_message = "Bump version: {current_version} → {new_version}"
|
||||||
|
allow_dirty = false
|
||||||
|
commit = false
|
||||||
|
message = "Bump version: {current_version} → {new_version}"
|
||||||
|
moveable_tags = []
|
||||||
|
commit_args = ""
|
||||||
|
setup_hooks = []
|
||||||
|
pre_commit_hooks = []
|
||||||
|
post_commit_hooks = []
|
||||||
|
@ -1 +0,0 @@
|
|||||||
__version__ = "0.1.0"
|
|
Loading…
x
Reference in New Issue
Block a user