Skip to content

docs: add missing v3.1.0 release summary - #400

Merged
lowlydba merged 1 commit into
mainfrom
lowlydba-add-v3-1-0-release-summary
Sep 9, 2026
Merged

docs: add missing v3.1.0 release summary#400
lowlydba merged 1 commit into
mainfrom
lowlydba-add-v3-1-0-release-summary

Conversation

@lowlydba

@lowlydba lowlydba commented Sep 9, 2026

Copy link
Copy Markdown
Owner

The 3.1.0 release was cut without a release_summary fragment, so changelogs/changelog.yaml and CHANGELOG.rst both skip straight to Minor Changes for that version. .github/workflows/release.yml falls back to No release summary available. in the GitHub Release body when the key is missing, which is what tipped this off.

Since keep_fragments: false means the 3.1.0 fragments are already consumed, a new fragment in changelogs/fragments/ would only attach to the next release, not backfill this one. Instead this adds release_summary directly under the existing 3.1.0 entry in changelogs/changelog.yaml and regenerates CHANGELOG.rst from it with antsibull-changelog generate.

Testing

  • antsibull-changelog lint passes.
  • antsibull-changelog generate diff is scoped to the new Release Summary section under v3.1.0, no other content changed.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Signed-off-by: John McCall <john@overturemaps.org>
@lowlydba
lowlydba marked this pull request as ready for review September 9, 2026 15:09
Copilot AI balanced review requested due to automatic review settings September 9, 2026 15:09
@lowlydba
lowlydba enabled auto-merge (squash) September 9, 2026 15:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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.

@lowlydba
lowlydba merged commit 5dcefcc into main Sep 9, 2026
25 checks passed
@lowlydba
lowlydba deleted the lowlydba-add-v3-1-0-release-summary branch September 9, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants