mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +01:00
Remove stale release.sh parameter for no-jsdoc (#363)
This commit is contained in:
parent
6b1f792e34
commit
ff3647e29a
@ -2,11 +2,11 @@
|
|||||||
#
|
#
|
||||||
# Script to perform a release of element-desktop.
|
# 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
|
# pip install git+https://github.com/matrix-org/github-changelog-generator.git
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
|
||||||
./node_modules/matrix-js-sdk/release.sh -n -z "$@"
|
./node_modules/matrix-js-sdk/release.sh -n "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user