feat(release-automation): add API comparison baselines to release review - #336
Merged
hdamker merged 4 commits intoJun 17, 2026
Merged
Conversation
hdamker
commented
Jun 15, 2026
|
|
||
| | API | Version | Status | | ||
| |-----|---------|--------| | ||
| | API | Version | Status | Changes to be compared to | |
Contributor
There was a problem hiding this comment.
Suggested change
| | API | Version | Status | Changes to be compared to | | |
| | API | Version | Status | Changes compared to | |
Contributor
Author
There was a problem hiding this comment.
There is a tension between "already compared" and "to be compared". To avoid that I will change it to "Comparison target" ... that fits also to the text below in the instructions.
Done in 821f4a2 (including the tests)
tanjadegroot
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me, one small change but this seems already to be done in the TestRepo-QoD Release review PR
Contributor
Author
@tanjadegroot see the changes in 821f4a2 and reply above. |
Merge main: Add PR-time validation and release checks
This was referenced Jun 17, 2026
Closed
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.
feat(release-automation): add API comparison baselines to release review
What type of PR is this?
enhancement/feature
What this PR does / why we need it:
Adds per-API comparison baselines to the release automation output.
release-metadata.yamlthroughGitHubClient.get_release_metadata.apis[].api_versionvalues are rendered in generated CHANGELOG API sections and in the Release Review PRChanges compared tocolumn.N/Ain the PR table.Which issue(s) this PR fixes:
Implements camaraproject/ReleaseManagement#568 (close manually after merge).
Special notes for reviewers:
This does not change the
release-metadata.yamlschema. The baseline is derived while generating the snapshot review context.Changelog input
Additional documentation
No additional documentation.