draft-release-notes

Solid

Compare NeMo Relay release branches and draft or update the documentation-site release notes. Use when preparing a release-notes update under docs/about-nemo-relay/release-notes, reviewing release-to-release changes, or gathering evidence for a current release summary.

AI & Automation 122 stars 57 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Draft Release Notes Draft the three documentation-site release-notes pages from verified repository evidence. Keep complete, PR-by-PR release history in GitHub Releases. ## Gather Evidence Run the read-only helper with explicit release refs and the target minor version: ```bash python3 .agents/skills/draft-release-notes/scripts/collect_release_evidence.py \ --previous release/<previous-major>.<previous-minor> \ --current HEAD \ --version <major>.<minor> ``` The report verifies both refs, compares their release-notes trees, identifies version text currently present in those pages, and groups commits into review candidates. Treat the groups as an evidence index, not publication-ready copy. ## Workflow 1. Confirm the target release version from the release branch and package metadata. Preserve unrelated working-tree changes. 2. Run the helper. It reports an absent prior release-notes directory without failing, which is expected for early release branches. 3. Verify each candidate claim in the changed public docs, API types, command help, or source before including it. Prioritize breaking changes, migrations, user-visible features, and ongoing support limitations. 4. Update only these pages unless the release changes their route or entry points: - `docs/about-nemo-relay/release-notes/index.mdx` - `docs/about-nemo-relay/release-notes/highlights.mdx` - `docs/about-nemo-relay/release-notes/known-issues.mdx` 5. Keep the existing page roles: -...

Details

Author
NVIDIA
Repository
NVIDIA/NeMo-Relay
Created
4 months ago
Last Updated
today
Language
Rust
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category