diff --git a/docs/.i18n/glossary.zh-CN.json b/docs/.i18n/glossary.zh-CN.json index 300f73abc194..f2da43550079 100644 --- a/docs/.i18n/glossary.zh-CN.json +++ b/docs/.i18n/glossary.zh-CN.json @@ -623,6 +623,10 @@ "source": "Release policy", "target": "发布策略" }, + { + "source": "Release notes", + "target": "发布说明" + }, { "source": "for full details", "target": "了解详情" diff --git a/docs/docs.json b/docs/docs.json index 963443a96b5a..6e45c8230da9 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1860,6 +1860,7 @@ { "group": "Release and CI", "pages": [ + "releases/index", "maturity/scorecard", "maturity/taxonomy", "reference/RELEASING", diff --git a/docs/releases/index.md b/docs/releases/index.md new file mode 100644 index 000000000000..701eeb6edfc3 --- /dev/null +++ b/docs/releases/index.md @@ -0,0 +1,24 @@ +--- +title: "Release notes" +summary: "Curated OpenClaw release notes for people who want the product story, not the raw changelog." +description: "Browse polished OpenClaw release notes with highlights, reader-facing context, source links, and contributor credits." +--- + +# Release notes + +These pages will be the reader-facing version of OpenClaw releases. They keep +the main story, practical impact, source links, and contributor credit together +without making you scan the raw changelog first. + +## Coming soon + +The release archive is being backfilled. New polished release notes will appear +here after the release copy is finalized. + +## Raw release history + +Use the curated notes when you want the product story. Use the raw history when +you need compact maintainer accounting: + +- [GitHub releases](https://github.com/openclaw/openclaw/releases) +- [CHANGELOG.md](https://github.com/openclaw/openclaw/blob/main/CHANGELOG.md)