chore(release): assemble the v1.37.0 CHANGELOG section - #2705
Merged
Merged
Conversation
Merge the 17 fragments in changelog.d/ into a new `## [v1.37.0]` section dated 2026-09-18 and delete the fragments. README.md stays. Grouped as Added, Changed, Fixed, Security. Every reporter and outside contributor a fragment credits is carried through: ianepreston, nick7129, hoxtonia, IfritDMC, flaevers and ThatDeltaGuy. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016fJcCVbNnKsmj2MAAMwWj9 Signed-off-by: vavallee <vavallee@protonmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
vavallee
marked this pull request as ready for review
September 19, 2026 02:37
Contributor
There was a problem hiding this comment.
Already merged — posting for the record.
Clean assembly: all 17 fragments consumed, changelog.d/README.md kept, no code touched.
One cosmetic carry-over (flagged in the PR body): CHANGELOG.md line 9 uses an ASCII hyphen-minus (- 2026-09-18) while every prior section uses an em dash (-- 2026-09-16). Nothing in the release pipeline parses that separator, so this is purely visual. Worth a one-character fixup before tagging if you want the headings consistent.
-- Bot Bindery triage bot (automated). Reply to correct me; a human will see it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Assembles the
## [v1.37.0]section ofCHANGELOG.mdfrom the 17 fragments inchangelog.d/and deletes those fragments in the same commit.changelog.d/README.mdstays. No other section of the CHANGELOG is touched, and no code or docs change.For the pre-tag check:
v1.37.0(minor: four new features, a new role, a new env varBINDERY_OIDC_DEFAULT_ROLE, a newbookAnnouncedwebhook event).2026-09-18.*.mdinchangelog.d/exceptREADME.md).Coverage against merged history
git log v1.36.2..HEAD --oneline --no-mergesis 19 commits (plus the deploy bot's promote commit). All but one are represented:d374eab1UX pass (#2683)474144c2ship discovery off by default (#2701)97f9949dAuthors header on a phone (#2681)f62a084btranslated title search (#2391)19d227acgrouped navigation (#2679)064aead9book folder title fallback (#2171)781de838series on refresh (#2328)c2aad7efmanual search with auto grab off (#2669)cfc9b6a6Calibre pipe unescape (#2666)c5b8e0f5bookAnnounced SafeText (#2676)f023178brelink picker (#2688)cd8bfca4requester role (#2670)51ff430flibrary adoption (#2671)92f05ae3unattended discovery (#2663)8205eaa2download client Diagnose (#2661)1ba2ab98Previous/Next across books (#2576)7dd4e08asearchable book metadata rebind (#2575)53634183ABS fallback relink guard (#2654)Deliberately skipped as internal:
9b312bf8refactor(api): split AddBook and author Create into HTTP shells and reusable cores (#2662)— pure refactor with no user visible behaviour; it exists so the requester approval path can reuse the add cores, and that behaviour is described in the requester role entry.There is no docs only commit in this range, so nothing else was skipped.
Style notes
## [v1.37.0] - 2026-09-18with a plain hyphen, where earlier sections use an em dash. Nothing parses that separator (the release job matches on## [v1.37.0]and takes the first non blank line as the title), so change it by hand if you would rather keep the old look.### Addedand the truncation marker.Verification
go build ./...clean (nothing in the build changed).git diff --numstat -- CHANGELOG.mdis48 0: pure addition, no existing line touched.grep -c "^## \[v1.37.0\]" CHANGELOG.mdis1, and the section list still reads v1.37.0, v1.36.2, v1.36.1, v1.36.0: exactly one new section, no duplicate.Not tagged and no tag pushed. This stops at the open PR.
🤖 Generated with Claude Code
https://claude.ai/code/session_016fJcCVbNnKsmj2MAAMwWj9