Fixed #360 - Added newly exposed internal modules to release commits
This commit is contained in:
parent
4de8bc4b81
commit
9101db2344
11
gruntfile.js
11
gruntfile.js
|
@ -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%',
|
||||
|
|
Loading…
Reference in New Issue