mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(travis): add changelog & download instructions to release msg
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user