release-notes
Maintainer-only. Translate a version's GAIA CHANGELOG entries into plain-language public release notes for the marketing site (gaiareact.com). Writes a release-data `.ts` file under `../website/src/pages/changelog/releases/` plus an editorial-decisions report for human review. Use whenever the maintainer wants the adopter-facing notes for a version, e.g. "write release notes", "generate the changelog page entry", "translate the CHANGELOG for the website", "what's new on the site for v1.5.0", "public notes for 1.4.0", or right after cutting a release, and for one-time backfill of historical `## [x.y.z]` blocks. This is the website-notes step only. It does NOT edit `CHANGELOG.md`, it is not how you cut a release (version bump, manifest, and tag are `/gaia-release`), and it is not for an adopter's own app's release notes.
适合你,如果你是项目维护者,需要为每次版本发布撰写面向用户的发布说明。
npx oh-my-skill add gaia-react/gaia/release-notescurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- gaia-react/gaia/release-notesnpx oh-my-skill verify gaia-react/gaia/release-notes