Remove stale release.sh parameter for no-jsdoc (#8640)

pull/28217/head
Michael Telatynski 2022-05-25 22:02:04 +01:00 committed by GitHub
parent 1dd0f8cd5e
commit 8b17007795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#
# Script to perform a release of matrix-react-sdk.
#
# Requires githib-changelog-generator; to install, do
# Requires githib-changelog-generator; to install, do
# pip install git+https://github.com/matrix-org/github-changelog-generator.git
set -e
@ -37,7 +37,7 @@ do
fi
done
./node_modules/matrix-js-sdk/release.sh -z "$@"
./node_modules/matrix-js-sdk/release.sh "$@"
release="${1#v}"
prerelease=0