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.
1 parent 0fa6b99 commit 6adb3c6Copy full SHA for 6adb3c6
dev/release_pypi.sh
@@ -13,8 +13,7 @@ SEMVER_REGEX="^[vV]?(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)(\\-[0-9A
13
if [[ "$VERSION_STR" =~ $SEMVER_REGEX ]]; then
14
echo "Releasing bentoml version v$VERSION_STR:"
15
else
16
- echo "Version $VERSION_STR must follow semantic versioning schema"
17
- exit 1
+ echo "Warning: version $VERSION_STR must follow semantic versioning schema, ignore this for preview releases"
18
fi
19
20
GIT_ROOT=$(git rev-parse --show-toplevel)
0 commit comments