ci(release): preview notes on pull requests and list every change - #302
Merged
Conversation
Signed-off-by: Joe Martin <jmartin@aerospike.com>
Signed-off-by: Joe Martin <jmartin@aerospike.com>
arrowplum
marked this pull request as draft
August 13, 2026 00:06
Signed-off-by: Joe Martin <jmartin@aerospike.com>
Signed-off-by: Joe Martin <jmartin@aerospike.com>
Signed-off-by: Joe Martin <jmartin@aerospike.com>
arrowplum
marked this pull request as ready for review
August 13, 2026 00:45
Signed-off-by: Joe Martin <jmartin@aerospike.com>
arrowplum
force-pushed
the
ci/release-notes-preview-and-completeness
branch
from
August 13, 2026 01:29
d83ec7c to
f2cc74c
Compare
albertlagman
previously approved these changes
Aug 13, 2026
Signed-off-by: Joe Martin <jmartin@aerospike.com>
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.
Summary
Release notes are only visible after publishing, they omit part of what shipped, and the release goes out with no chance to review it.
Follows INFRA-678.
Changes
release.yamlalready triggers onpull_requestbut prints nothing useful. It now runs a dry run and writes the projected version and notes to the job summary.presetConfig.typesunhides the types the conventionalcommits preset drops, so dependency and CI commits are listed. Listing only; the version bump is stillcommit-analyzer.releaseRules.draftRelease: true, so the release is created as a draft for a human to publish.Known gap
A non-conventional commit subject is not categorised and so is not listed. #292 is the only one in v4.1.0, and StepSecurity pull requests bypass title validation in
reusable_pr-hygiene.yml, so it recurs on theirs. Attribution is out of reach for the same reason: a commit carries a name and email, not a GitHub handle.Test plan