Documentation
README
Prepare Code Freeze
Use this skill when the user asks to start, prepare, or automate a NeMo Relay code freeze.
Companion Guidance
Use update-project-version for version bump semantics and prepare-pr before
opening the PR.
Workflow
This workflow assumes upstream is the NVIDIA repository remote
(NVIDIA/NeMo-Relay). The origin remote can be a maintainer's personal fork.
- Confirm or infer the target release version from
upstream/main:Cargo.toml. Derive the release branch asrelease/<major>.<minor>. - Prompt for
<next-version>if the user did not provide it. This is the version thatmainmoves to after the release branch is cut. - Fetch the latest
mainand create the release branch fromupstream/main:
This is the opening of the README. Read the full README on GitHub.