From 940abd4f3ba60554729f32cf4237c7fa71aa9932 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Wed, 3 Jul 2024 22:11:31 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E7=8E=B0=E6=9C=89?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20release=20=E7=9B=B8=E5=85=B3=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 6 +++--- Cargo.toml | 8 +++++++- crates/bili_sync/Cargo.toml | 3 +++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 515c4a4..49782bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "bili_sync" -version = "2.0.3" +version = "2.0.7" dependencies = [ "anyhow", "arc-swap", @@ -456,7 +456,7 @@ dependencies = [ [[package]] name = "bili_sync_entity" -version = "2.0.3" +version = "2.0.7" dependencies = [ "sea-orm", "serde_json", @@ -464,7 +464,7 @@ dependencies = [ [[package]] name = "bili_sync_migration" -version = "2.0.3" +version = "2.0.7" dependencies = [ "async-std", "sea-orm-migration", diff --git a/Cargo.toml b/Cargo.toml index af14090..d9ca21d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["crates/bili_sync"] resolver = "2" [workspace.package] -version = "2.0.3" +version = "2.0.7" authors = ["amtoaer "] 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" diff --git a/crates/bili_sync/Cargo.toml b/crates/bili_sync/Cargo.toml index 78f44fe..9fd3e24 100644 --- a/crates/bili_sync/Cargo.toml +++ b/crates/bili_sync/Cargo.toml @@ -42,6 +42,9 @@ toml = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } +[package.metadata.release] +release = true + [[bin]] name = "bili-sync-rs" path = "src/main.rs"