mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-07 00:17:24 +08:00
chore: 开启自动提交和自动标签
This commit is contained in:
+2
-2
@@ -62,9 +62,9 @@ location = "./migrations"
|
|||||||
src_folder = "./."
|
src_folder = "./."
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
commit = false
|
commit = true
|
||||||
message = "chore: bump version from {current_version} to {new_version}"
|
message = "chore: bump version from {current_version} to {new_version}"
|
||||||
tag = false
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
tag_message = ""
|
tag_message = ""
|
||||||
current_version = "1.1.2"
|
current_version = "1.1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user