Mark package as non-publishable in workspace configuration.

This commit is contained in:
Till Wegmueller 2026-01-19 00:27:17 +01:00
parent 6ee6392b01
commit a8174e8da2
No known key found for this signature in database

View file

@ -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 <toasterson@gmail.com>"]
[workspace.metadata.release]
publish = false
push = false
tag = true
pre-release-commit-message = "chore: Release {{version}}"