Skip to content

Commit

Permalink
chore(release): testing github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Nov 7, 2014
1 parent 08a252e commit 1da6eba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ module.exports = function (grunt) {
bump: false, // we have our own bump
file: 'package.json',
commitMessage: 'chore(release): Release version <%= version %>',
tagName: 'v<%= version %>'
tagName: 'v<%= version %>',
github: {
repo: 'yeoman/generator-angular',
usernameVar: 'GITHUB_USERNAME',
passwordVar: 'GITHUB_AUTHTOKEN'
}
}
},
stage: {
Expand Down

0 comments on commit 1da6eba

Please sign in to comment.