OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/nemo-relay --skill update-project-version
Perform a NeMo Relay project release-version change across project-owned manifests, dependencies, lockfiles, and generated attribution surfaces while keeping just set-version coverage complete. Do not use for dependency-only updates or adding a package when no project version bump is requested.
npx skills add nvidia/nemo-relay --skill update-project-version
Use this skill for project release-version changes, including prerelease and build-metadata variants.
Cargo.toml [workspace.package].version is the Rust source of truth.just set-version <version> is the single repository entrypoint for updating
normal project-version surfaces. Do not hand-edit its existing targets.Use this sequence:
Cargo.toml and choose the exact target.set_project_version, paying particular attention to
recent or in-scope additions. A new manifest, publishable package, internal
dependency pinned to the project version, or lockfile package entry is a
signal that just set-version may need to change.just set-version <version>.just set-version <version>. Read
references/version-automation.md only when the version topology or helper
implementation changes.Before handoff, verify:
just set-version <version> when automation changed; it should be
idempotent and report no missing expected fields.Temporary versions produced by packaging recipes are not the canonical project version unless the release workflow explicitly requires that exact suffix.
Cargo.tomljustfilereferences/version-automation.md — only for adding, removing, or debugging
a versioned surface or version helper