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

This commit is contained in:
Michael Telatynski 2022-05-25 22:07:56 +01:00 committed by GitHub
parent 6b1f792e34
commit ff3647e29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
#
# Script to perform a release of element-desktop.
#
# 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
cd `dirname $0`
./node_modules/matrix-js-sdk/release.sh -n -z "$@"
./node_modules/matrix-js-sdk/release.sh -n "$@"