Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "nanokvm-usb"
version = "0.1.0"
edition = "2021"
rust-version = "1.89"
publish = false
description = "Native Linux client for the Sipeed NanoKVM-USB (CH9329 serial + UVC MJPEG)"
license = "MIT OR Apache-2.0"
repository = "https://github.com/chrishoage/NanoKVM-USB-rs"
Expand Down
4 changes: 4 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[workspace]
# The crate was never published, so versions come from git tags, not the registry.
git_only = true
# Skips `cargo publish` while still tagging and creating the GitHub release.
# This has to live here rather than in Cargo.toml: `publish = false` there makes
# release-plz drop the package entirely and report "nothing to release".
publish = false
git_release_enable = true
changelog_update = true

Expand Down