Skip to content

Commit e85dd86

Browse files
committed
chore: configure cargo-release
1 parent fb30186 commit e85dd86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "aleph-tui"
33
version = "0.1.0"
44
edition = "2021"
55
repository = "https://github.com/stchris/aleph-tui"
6+
description = "A text user interface for Aleph"
7+
license = "GPL-3.0-or-later"
68

79
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
810

@@ -35,3 +37,8 @@ installers = []
3537
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
3638
# Publish jobs to run in CI
3739
pr-run-mode = "plan"
40+
41+
[workspace.metadata.release]
42+
publish = false
43+
push = true
44+
tag = true

0 commit comments

Comments
 (0)