diff --git a/Cargo.toml b/Cargo.toml index b9f2ad3..a64dc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "aleph-tui" version = "0.1.0" edition = "2021" repository = "https://github.com/stchris/aleph-tui" +description = "A text user interface for Aleph" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -35,3 +37,8 @@ installers = [] targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI pr-run-mode = "plan" + +[workspace.metadata.release] +publish = false +push = true +tag = true \ No newline at end of file