Skip to content

Commit

Permalink
chore: configure cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Jan 19, 2024
1 parent fb30186 commit e85dd86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit e85dd86

Please sign in to comment.