grunt-http-server
Version:
Grunt static http server task
25 lines (20 loc) • 540 B
JavaScript
var bump = {
options: {
files: [ 'package.json' ],
updateConfigs: [],
commit: true,
commitMessage: 'Release v%VERSION%',
commitFiles: [ 'package.json' ],
createTag: true,
tagName: 'v%VERSION%',
tagMessage: 'Version %VERSION%',
push: false,
pushTo: 'upstream',
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d',
globalReplace: false,
require: function(req, res){
}
}
};
module.exports = bump;
;