Skip to content

Product changelog

Release notes by ship date (YYYY-MM-DD in the filename; Friday releases by default). Each week has two pages—frontend and backend—under separate folders so git-based updates never overwrite the other repo’s file.

Layout

LocationContents
changelog/frontend/<YYYY-MM-DD>.mdUI / frontend repo narrative
changelog/backend/<YYYY-MM-DD>.mdAPI / backend repo narrative

Use frontmatter title like April 17, 2026 — Frontend (sidebar label). Stakeholder ## Summary and ## Shipped up front; ## Engineering (commit recap) for themed notes from commits (no per-commit tables unless you want them).

How to add a week

  1. Copy changelog/frontend/_release-page.template.md to changelog/frontend/<YYYY-MM-DD>.md and changelog/backend/_release-page.template.md to changelog/backend/<YYYY-MM-DD>.md; replace placeholder dates and titles.
  2. Run the weekly-repo-changelog skill from frontend/ and backend/ (or edit by hand).
  3. Build/preview the site from changelog/site/—new pages are picked up automatically (files starting with _ are templates only and stay out of the sidebar).