configure grunt release

This commit is contained in:
Hannah Wolfe
2015-11-11 17:23:41 +00:00
parent b83190cca5
commit 6d6550a8b6

View File

@@ -25,7 +25,12 @@ module.exports = function(grunt) {
'test/**/*.js' 'test/**/*.js'
] ]
}, },
release: {} release: {
github: {
repo: 'dylang/node-rss',
accessTokenVar: 'GITHUB_ACCESS_TOKEN'
}
}
}); });
require('load-grunt-tasks')(grunt); require('load-grunt-tasks')(grunt);