GHA-174 Add releasability check to automated release workflow#83
Merged
nils-werner-sonarsource merged 1 commit intomasterfrom Feb 5, 2026
Merged
GHA-174 Add releasability check to automated release workflow#83nils-werner-sonarsource merged 1 commit intomasterfrom
nils-werner-sonarsource merged 1 commit intomasterfrom
Conversation
f7b1e13 to
c2fd000
Compare
- Add check-releasability job that runs after freeze-branch - Use gh-action_releasability@v3 to verify release readiness - Display failed checks in job summary when verbose mode is enabled - Remove with-optional-releasability-checks input (no longer needed) - Update documentation for the new releasability check behavior Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3bc0122 to
72cd20f
Compare
SonarQube reviewer guideSummary: Add releasability status checking to the automated release workflow to validate branch readiness before proceeding with release operations. Review Focus:
Start review at:
|
yasen-pavlov-sonarsource
approved these changes
Feb 4, 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.




This pull request introduces a major enhancement to the automated release workflow by adding an explicit releasability check step. The workflow now verifies the branch's releasability status immediately after freezing it, allowing the process to fail early if the branch is not ready for release. This prevents unnecessary work (like creating Jira release tickets) when a release cannot proceed. The PR also improves documentation and output handling for related actions.
Tested workflow change: https://github.com/SonarSource/sonar-rpg/actions/runs/21690746539