mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +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.
|
||||
#
|
||||
# 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 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user