ci: migrate unreleased changelog entries to towncrier fragments#5213
Merged
Conversation
Convert 26 existing entries from the ## Unreleased section of CHANGELOG.md into towncrier fragment files in .changelog/, completing the migration started in open-telemetry#5187. The ## Unreleased section is removed since towncrier now manages changelog generation from fragment files at release time. Assisted-by: Claude Opus 4.6
xrmx
reviewed
May 15, 2026
xrmx
approved these changes
May 15, 2026
- 5072.fixed → 5077.fixed (5072 was the issue, 5077 is the PR) - 4907.added → 4908.added (4907 was the issue, 4908 is the PR) - 5163.changed → 5163.fixed (recategorize as fix) Per review from @xrmx. Assisted-by: Claude Opus 4.6
Member
Author
|
Thanks @xrmx - I've fixed up the couple of fragments you highlighted 👍🏻 |
emdneto
approved these changes
May 15, 2026
xrmx
approved these changes
May 15, 2026
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.
Description
Complete the towncrier migration started in #5187 by converting the 26 existing entries from the
## Unreleasedsection ofCHANGELOG.mdinto towncrier fragment files.The
## Unreleasedsection is removed — towncrier now manages changelog generation entirely from fragment files at release time.What changed
.changelog/<PR#>.<type>fragment files created from existing unreleased entriesCHANGELOG.md: removed the## Unreleasedsection and its entriesType of change
How Has This Been Tested?
towncrier build --draft --version Unreleased— verified all 30 entries (26 backfilled + 4 existing) render correctly with proper categorization and PR linksDoes This PR Require a Contrib Repo Change?
Checklist: