From 8a59a02d3070fa3e3725c8616f3da2b675b16a28 Mon Sep 17 00:00:00 2001 From: hkimw <54717101+hkimw@users.noreply.github.com> Date: Thu, 7 May 2026 12:59:13 +0900 Subject: [PATCH] docs(template): release notes template --- docs/templates/release-notes-template.md | 66 ++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 docs/templates/release-notes-template.md diff --git a/docs/templates/release-notes-template.md b/docs/templates/release-notes-template.md new file mode 100644 index 000000000..35654f66a --- /dev/null +++ b/docs/templates/release-notes-template.md @@ -0,0 +1,66 @@ +--- +orphan: true +--- + +# pccx vX.Y.Z - release notes + +> **Release status.** Replace this paragraph with the release state: +> draft, prerelease, latest release, or archived release. Keep this page +> aligned with the GitHub Release body after publication. + +- **Repo**: `pccxai/pccx` +- **Tag**: `vX.Y.Z` +- **Title**: `pccx vX.Y.Z - ` +- **Pre-release**: yes/no +- **Release link**: +- **Published**: YYYY-MM-DD + +## Highlights + +- +- +- + +## Compatibility + +- **Documentation site**: +- **RTL reference**: +- **ISA PDF**: +- **Migration impact**: + +## Validation status + +- `make strict`: +- `make lint`: +- `make linkcheck`: +- GitHub Pages deploy: +- GitHub Release artifacts: + +## Known limitations + +- +- +- + +## Not included in this release + +- +- + +## Next milestones + +- `vX.Y+1.0`: +- `vX.Y+2.0`: + +## Release checklist + +- [ ] Update `CHANGELOG.md`. +- [ ] Add or refresh `docs/releases/vX.Y.Z.md` from this template. +- [ ] Confirm `CITATION.cff` is still accurate. +- [ ] If `main.tex` changed, run `bash tools/build_isa_pdf.sh` and + commit `_static/downloads/pccx-isa-v002.pdf`. +- [ ] Run `make strict`. +- [ ] Publish the GitHub Release and copy the final release body back + into `docs/releases/vX.Y.Z.md`.