Skip to content

Fix release workflow#2639

Merged
jaydeluca merged 4 commits intoopen-telemetry:mainfrom
trask:fix-release-workflow
Feb 19, 2026
Merged

Fix release workflow#2639
jaydeluca merged 4 commits intoopen-telemetry:mainfrom
trask:fix-release-workflow

Conversation

@trask
Copy link
Copy Markdown
Member

@trask trask commented Feb 19, 2026

And fix up apidiffs from past post-release updates.

Supersedes #2638

Copilot AI review requested due to automatic review settings February 19, 2026 01:20
@trask trask requested a review from a team as a code owner February 19, 2026 01:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the release workflow to properly track and use the prior version during post-release updates, and cleans up malformed API diff files that were incorrectly generated in previous releases. The changes enable the automated apidiff generation to correctly compare the current release against the prior release version.

Changes:

  • Add prior-version output to the release workflow to track the previous release version
  • Clean up incorrectly formatted API diff files (with vs_/ pattern) from releases 1.51.0, 1.52.0, and 1.53.0
  • Add properly formatted API diff files showing comparisons between sequential versions

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/release.yml Adds prior-version output to track previous version for apidiff generation; contains a critical typo on line 267
docs/apidiffs/1.53.0_vs_1.52.0/opentelemetry-aws-xray.txt Adds correctly formatted apidiff file showing no changes between versions
docs/apidiffs/1.53.0_vs_/opentelemetry-aws-xray.txt Removes malformed apidiff file with incomplete version comparison
docs/apidiffs/1.52.0_vs_1.51.0/opentelemetry-aws-xray.txt Adds correctly formatted apidiff file showing no changes between versions
docs/apidiffs/1.52.0_vs_/opentelemetry-aws-xray.txt Removes malformed apidiff file with incomplete version comparison
docs/apidiffs/1.51.0_vs_1.50.0/opentelemetry-aws-xray.txt Cleans up malformed entries and keeps only the actual API changes from 1.51.0

trask and others added 3 commits February 18, 2026 18:02
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jaydeluca jaydeluca added this pull request to the merge queue Feb 19, 2026
Merged via the queue into open-telemetry:main with commit ec817b2 Feb 19, 2026
21 checks passed
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.

3 participants