Files
element-web/release.sh
T

13 lines
275 B
Bash
Raw Normal View History

2020-04-15 18:12:02 +01:00
#!/bin/bash
#
# Script to perform a release of element-desktop.
2020-04-15 18:12:02 +01:00
#
# Requires githib-changelog-generator; to install, do
2020-04-15 18:12:02 +01:00
# 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 "$@"