From 3ac1233e3ce75dd3a1f534f7f31982ddc91a49c8 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Thu, 28 May 2026 17:17:56 -0400 Subject: [PATCH] docs(changelog): backport v3.0.0 auto-generated items into repo.xml.tmpl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When v3.0.1 was released, public-repo's changelog tab for fundocs lost the auto-generated items from v3.0.0's `` block (the BREAKING CHANGE de-mavenize headline and the documentation fix that came in via #152) — they had been merged in-memory on the v3.0.0 release runner but the script's output is never committed back to master, so the next release (v3.0.1) regenerated repo.xml from the hand-authored template, which held only the #178 line. Result: v3.0.0 looked suspiciously thin for a major bump. Manually fold the missing items into the existing `` block so any subsequent release (v3.0.2+) ships a fuller v3.0.0 row, and public-repo's display recovers the full context. `docs:` prefix → no release triggered by this commit on its own. --- repo.xml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repo.xml.tmpl b/repo.xml.tmpl index 8c74213..cccf1db 100644 --- a/repo.xml.tmpl +++ b/repo.xml.tmpl @@ -13,6 +13,8 @@
    +
  • Breaking change: replace the Maven build with Node.js / Gulp / semantic-release. Building from source now requires Node.js (LTS) instead of Maven - #183
  • +
  • Add ngram-index to the list of indexes - #152
  • Rewrite search queries to avoid parenthesised-step slow path - #178