You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add validation for PREVIOUS_RELEASE_TAG in release-notes-tool
When PREVIOUS_RELEASE_TAG is specified, validate that it:
- Uses proper ref format (e.g. tags/v1.0.0-rc.1)
- Contains alpha, beta, or rc pre-release identifier
Address review feedback:
- Reorder pre-release constants alphabetically (alpha, beta, rc)
- Update comments to reflect alphabetical ordering
- Remove commas from error message examples for consistency
- Update error messages to use alphabetical parameter order
- Simplify test error checking logic to be more concise
Fixes#12278
0 commit comments