docs: add missing v3.1.0 release summary - #400
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: John McCall <john@overturemaps.org>
lowlydba
marked this pull request as ready for review
September 9, 2026 15:09
lowlydba
enabled auto-merge (squash)
September 9, 2026 15:09
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The source and generated changelogs are consistent, accurate, and narrowly scoped.
This review doesn't count toward merge requirements.
Pull request overview
Backfills the missing v3.1.0 release summary in the changelog source and generated release notes.
Changes:
- Adds a summary of v3.1.0 fixes, tests, and documentation updates.
- Regenerates the corresponding RST section.
File summaries
| File | Description |
|---|---|
changelogs/changelog.yaml |
Adds the v3.1.0 release summary. |
CHANGELOG.rst |
Adds the generated Release Summary section. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
The
3.1.0release was cut without arelease_summaryfragment, sochangelogs/changelog.yamlandCHANGELOG.rstboth skip straight toMinor Changesfor that version..github/workflows/release.ymlfalls back toNo release summary available.in the GitHub Release body when the key is missing, which is what tipped this off.Since
keep_fragments: falsemeans the3.1.0fragments are already consumed, a new fragment inchangelogs/fragments/would only attach to the next release, not backfill this one. Instead this addsrelease_summarydirectly under the existing3.1.0entry inchangelogs/changelog.yamland regeneratesCHANGELOG.rstfrom it withantsibull-changelog generate.Testing
antsibull-changelog lintpasses.antsibull-changelog generatediff is scoped to the newRelease Summarysection underv3.1.0, no other content changed.