mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-08-28 19:47:54 +08:00
build: 修改现有的版本号,添加 release 相关选项
This commit is contained in:
+7
-1
@@ -4,7 +4,7 @@ default-members = ["crates/bili_sync"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "2.0.3"
|
||||
version = "2.0.7"
|
||||
authors = ["amtoaer <amtoaer@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "基于 rust tokio 编写的 bilibili 收藏夹同步下载工具"
|
||||
@@ -60,6 +60,12 @@ toml = "0.8.14"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
||||
|
||||
[workspace.metadata.release]
|
||||
release = false
|
||||
tag-message = "chore: 发布 bili-sync 版本 {{version}}"
|
||||
tag-prefix = ""
|
||||
publish = false
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = "thin"
|
||||
|
||||
Reference in New Issue
Block a user