We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7bbe0e + f981427 commit 5e1aebeCopy full SHA for 5e1aebe
scripts/schema-publish.sh
@@ -12,7 +12,7 @@ if [ -z "$1" ]; then
12
if [[ $branch =~ ^v([0-9]+\.[0-9]+)-dev$ ]]; then
13
deploydir="./deploy/oas/${BASH_REMATCH[1]}"
14
else
15
- echo "Unable to determine version from branch name; should be vMAJOR.MINOR.PATCH-dev"
+ echo "Unable to determine version from branch name; should be vX.Y-dev"
16
exit 1
17
fi
18
elif [ $1 = "src" ]; then
0 commit comments