Skip to content

Commit 68fa5d3

Browse files
committed
ci: use RC for release candidate versions
1 parent 90bec86 commit 68fa5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/prepare_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if git rev-parse "$VERSION" >/dev/null 2>&1; then
2323
fi
2424

2525
next_version=""
26-
if [[ "$VERSION" =~ -(alpha|beta|M|rc)[0-9]*$ ]]; then
26+
if [[ "$VERSION" =~ -(alpha|beta|M|RC)[0-9]*$ ]]; then
2727
next_version="${VERSION%%-*}"
2828
fi
2929

0 commit comments

Comments
 (0)