From 9731ffe9fb5ee34297051443d3fa40d2a6687042 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Wed, 30 Apr 2014 11:22:52 -0600 Subject: [PATCH] chore(travis): add changelog & download instructions to release msg --- config/build.config.js | 4 ++-- package.json | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/build.config.js b/config/build.config.js index 05a7dc90bd3..76657f72e76 100644 --- a/config/build.config.js +++ b/config/build.config.js @@ -103,8 +103,8 @@ module.exports = { releaseMessage: function() { return this.exclamations[Math.floor(Math.random()*this.exclamations.length)] + '! ' + - 'Just released @IonicFramework v' + pkg.version + ' "' + pkg.codename + '"! ' + - 'https://github.com/driftyco/ionic/releases/tag/v' + pkg.version; + 'Just released @IonicFramework v' + pkg.version + ' "' + pkg.codename + '"!\n\n' + + 'Changelog at ' + pkg.repository.changelogUrl + '. Download at ' + pkg.repository.downloadUrl; }, }; diff --git a/package.json b/package.json index 99af9ed7df9..2b8eff2b324 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,11 @@ "private": false, "version": "1.0.0-beta.3", "codename": "americium", + "changelog": "http://git.io/wliUjg", "repository": { - "url": "git://github.com/driftyco/ionic.git" + "url": "git://github.com/driftyco/ionic.git", + "changelogUrl": "http://git.io/LoDTyQ", + "downloadUrl": "http://git.io/EHfQ_g" }, "devDependencies": { "karma": "~0.11.13",