build: 修改现有的版本号,添加 release 相关选项

This commit is contained in:
amtoaer
2024-07-03 22:11:31 +08:00
parent 4c9ad2318c
commit 940abd4f3b
3 changed files with 13 additions and 4 deletions
+7 -1
View File
@@ -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"