forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
115212: release: fix check for valid pre-releases when updating predecessors file r=celiala,RaduBerinde a=renatolabs Previously, the `update-releases-file` command was trying to match the pre-relrease to exactly `rc` or `beta`. However, we typically name our pre-releases `{rc,beta}.N` (e.g., `v23.2.0-beta.1`). This fixes the check by ensuring that the pre-release has a valid prefix instead. Epic: none Release note: None Co-authored-by: Renato Costa <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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