We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rc
1 parent 80e6574 commit 9fae307Copy full SHA for 9fae307
build/release.sh
@@ -18,7 +18,7 @@ set -e
18
19
VERSION=$( git describe --tags --dirty --abbrev=14 | sed -E 's/-([0-9]+)-g/.\1+/' )
20
# Only allow releases of tagged versions.
21
-TAGGED='^v[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta)[0-9]*)?$'
+TAGGED='^v[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)\.?[0-9]*)?$'
22
if [[ ! "$VERSION" =~ $TAGGED ]]; then
23
echo "Error: Only tagged versions are allowed for releases" >&2
24
echo "Found: $VERSION" >&2
0 commit comments