File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66# Requirements:
77# * You're on the 'main' branch
88# * You've installed 'bump2version'
9- # * You've installed 'redoc-cli '
9+ # * You've installed 'redocly '
1010#
1111# Usage: $ ./new-version.sh --release-version RELEASE_VERSION --next-version NEXT_VERSION
1212
@@ -59,9 +59,9 @@ if [[ ! $(type -P bump2version) ]]; then
5959 exit 1;
6060fi
6161
62- # Verify redoc-cli is installed
63- if [[ ! $( type -P redoc-cli ) ]]; then
64- echo " redoc-cli not installed! Please see https://redoc.ly/docs/redoc/quickstart/cli"
62+ # Verify redocly is installed
63+ if [[ ! $( type -P redocly ) ]]; then
64+ echo " redocly not installed! Please see https://redoc.ly/docs/redoc/quickstart/cli"
6565 exit 1;
6666fi
6767
@@ -140,7 +140,7 @@ sed -i "" "s/<version>.*/<version>${RELEASE_VERSION}<\/version>/g" ./clients/jav
140140sed -i " " " s/marquez-java:.*/marquez-java:${RELEASE_VERSION} /g" ./clients/java/README.md
141141
142142# (5) Bundle openAPI docs
143- redoc-cli bundle spec/openapi.yml --output docs/openapi.html --title " Marquez API Reference"
143+ redocly build-docs spec/openapi.yml --output docs/openapi.html --title " Marquez API Reference"
144144
145145# (6) Prepare release commit
146146git commit -sam " Prepare for release ${RELEASE_VERSION} " --no-verify
You can’t perform that action at this time.
0 commit comments