Skip to content

Commit d95a8a5

Browse files
committed
tools: allow -trino suffix in the version
1 parent 99cbc44 commit d95a8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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|trino)[0-9]*$ ]]; then
2727
next_version="${VERSION%%-*}"
2828
fi
2929

0 commit comments

Comments
 (0)