element-web/release.sh
Richard van der Hoff 09a140ec6f Switch changelog to markdown
... for consistency with js-sdk
2016-03-23 14:35:23 +00:00

12 lines
280 B
Bash
Executable file

#!/bin/sh
#
# Script to perform a release of matrix-react-sdk.
#
# Requires githib-changelog-generator; to install, do
# pip install git+https://github.com/matrix-org/github-changelog-generator.git
set -e
cd `dirname $0`
exec ./node_modules/matrix-js-sdk/release.sh -z "$@"