Fixed #360 - Added newly exposed internal modules to release commits

This commit is contained in:
Kieran Sedgwick 2015-07-21 11:34:40 -04:00
parent 4de8bc4b81
commit 9101db2344
1 changed files with 10 additions and 1 deletions

View File

@ -171,7 +171,16 @@ module.exports = function(grunt) {
files: ['package.json', 'bower.json'],
commit: true,
commitMessage: 'v%VERSION%',
commitFiles: ['package.json', 'bower.json', './dist/filer.js', './dist/filer.min.js'],
commitFiles: [
'package.json',
'bower.json',
'./dist/filer.js',
'./dist/filer.min.js',
'./dist/buffer.js',
'./dist/buffer.min.js',
'./dist/path.js',
'./dist/path.min.js'
],
createTag: true,
tagName: 'v%VERSION%',
tagMessage: 'v%VERSION%',