ci: migrate unreleased changelog entries to towncrier fragments#4588
Merged
Conversation
Convert existing entries from ## Unreleased sections into towncrier fragment files, completing the migration started in open-telemetry#4573. Root CHANGELOG.md: 25 entries migrated to .changelog/ propagator-aws-xray: 2 entries migrated resource-detector-azure: 2 entries migrated sdk-extension-aws: 2 entries migrated opamp-client: 0 entries (section was empty) The ## Unreleased sections are removed since towncrier now manages changelog generation from fragment files at release time. GenAI package changelogs are not migrated as those packages are being moved out of this repo. Assisted-by: Claude Opus 4.6
emdneto
approved these changes
May 15, 2026
xrmx
approved these changes
May 15, 2026
3366.added → 3761.added (3366 was the issue, 3761 is the PR) Per review from @xrmx. Assisted-by: Claude Opus 4.6
…ke/backfill-changelog
xrmx
enabled auto-merge (squash)
May 15, 2026 14:24
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 #4573 by converting existing entries from the
## Unreleasedsections into towncrier fragment files.CHANGELOG.mdpropagator/opentelemetry-propagator-aws-xrayresource/opentelemetry-resource-detector-azuresdk-extension/opentelemetry-sdk-extension-awsopamp/opentelemetry-opamp-clientThe
## Unreleasedsections are removed — towncrier now manages changelog generation entirely from fragment files at release time.GenAI package changelogs are not migrated as those packages are being moved out of this repo.
Type of change
How Has This Been Tested?
towncrier build --draft --version Unreleased— verified all root entries (25 backfilled + 3 existing) render correctlytowncrier build --draft --version Unreleased --dir sdk-extension/opentelemetry-sdk-extension-aws— verified per-package renderingDoes This PR Require a Core Repo Change?
Checklist: