From a8174e8da235f7fc21dd2d1ee0ebb7d591c6bdce Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Mon, 19 Jan 2026 00:27:17 +0100 Subject: [PATCH] Mark package as non-publishable in workspace configuration. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c09af6a..dda326e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ members = [ resolver = "2" [workspace.package] +publish = false description = "The Image Packaging System (IPS) for illumos" version = "0.5.1" edition = "2024" @@ -24,6 +25,7 @@ keywords = ["packaging", "illumos"] authors = ["Till Wegmueller "] [workspace.metadata.release] +publish = false push = false tag = true pre-release-commit-message = "chore: Release {{version}}"