mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
Mark package as non-publishable in workspace configuration.
This commit is contained in:
parent
6ee6392b01
commit
a8174e8da2
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
|
publish = false
|
||||||
description = "The Image Packaging System (IPS) for illumos"
|
description = "The Image Packaging System (IPS) for illumos"
|
||||||
version = "0.5.1"
|
version = "0.5.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
@ -24,6 +25,7 @@ keywords = ["packaging", "illumos"]
|
||||||
authors = ["Till Wegmueller <toasterson@gmail.com>"]
|
authors = ["Till Wegmueller <toasterson@gmail.com>"]
|
||||||
|
|
||||||
[workspace.metadata.release]
|
[workspace.metadata.release]
|
||||||
|
publish = false
|
||||||
push = false
|
push = false
|
||||||
tag = true
|
tag = true
|
||||||
pre-release-commit-message = "chore: Release {{version}}"
|
pre-release-commit-message = "chore: Release {{version}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue