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 7986168 commit e073719Copy full SHA for e073719
.github/scripts/split_spec.sh
@@ -2,7 +2,7 @@
2
set -eou pipefail
3
4
echo "Running FOAS CLI versions command"
5
-foascli versions -s openapi-foas.json -o ./openapi/v2/versions.json --env "${target_env:?}" --stability-level stable
+foascli versions -s openapi-foas.json -o ./openapi/v2/versions.json --env "${target_env:?}" --stability-level stable --stability-level preview
6
7
echo "Running FOAS CLI split command with the following --env=${target_env:?} and -o=./openapi/v2/openapi.json"
8
0 commit comments