Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8b17007

Browse files
authored
Remove stale release.sh parameter for no-jsdoc (#8640)
1 parent 1dd0f8c commit 8b17007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Script to perform a release of matrix-react-sdk.
44
#
5-
# Requires githib-changelog-generator; to install, do
5+
# Requires githib-changelog-generator; to install, do
66
# pip install git+https://github.com/matrix-org/github-changelog-generator.git
77

88
set -e
@@ -37,7 +37,7 @@ do
3737
fi
3838
done
3939

40-
./node_modules/matrix-js-sdk/release.sh -z "$@"
40+
./node_modules/matrix-js-sdk/release.sh "$@"
4141

4242
release="${1#v}"
4343
prerelease=0

0 commit comments

Comments
 (0)