mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-12 16:11:32 +08:00
@@ -7,7 +7,7 @@ resolver = "2"
|
||||
version = "2.0.7"
|
||||
authors = ["amtoaer <amtoaer@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "基于 rust tokio 编写的 bilibili 收藏夹同步下载工具"
|
||||
description = "由 Rust & Tokio 驱动的哔哩哔哩同步工具"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
@@ -62,9 +62,14 @@ tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
||||
|
||||
[workspace.metadata.release]
|
||||
release = false
|
||||
tag-message = "chore: 发布 bili-sync 版本 {{version}}"
|
||||
tag-message = ""
|
||||
tag-prefix = ""
|
||||
pre-release-commit-message = "chore: 发布 bili-sync {{version}}"
|
||||
publish = false
|
||||
pre-release-replacements = [
|
||||
{ file = "../../docs/.vitepress/config.mts", search = "\"v[0-9\\.]+\"", replace = "\"v{{version}}\"", exactly = 1 },
|
||||
{ file = "../../docs/introduction.md", search = " v[0-9\\.]+,", replace = " v{{version}},", exactly = 1 },
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user