chore(release): add release-discourse, release-github tasks

This commit is contained in:
Andrew
2014-08-06 14:53:09 -06:00
parent 50ee67763d
commit 4fa1df3fec
4 changed files with 36 additions and 8 deletions

View File

@@ -35,6 +35,8 @@ function run {
# Push release to ionic repo: release only
if [[ "$IS_RELEASE" == "true" ]]; then
./scripts/release/publish.sh
node_modules/.bin/gulp release-discourse
node_modules/.bin/gulp release-github
node_modules/.bin/gulp release-tweet
node_modules/.bin/gulp release-irc
fi