Skip to content

Commit

Permalink
chore(travis): add changelog & download instructions to release msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 30, 2014
1 parent d9680b9 commit 9731ffe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},

};
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9731ffe

Please sign in to comment.