release script for react-sdk

pull/21833/head
Richard van der Hoff 2016-03-17 10:45:26 +00:00
parent 3326a50c4b
commit 1637c36589
1 changed files with 12 additions and 0 deletions

12
release.sh Executable file
View File

@ -0,0 +1,12 @@
#!/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 -c CHANGES.rst "$@"