Skip to content

Commit c519269

Browse files
committed
chore: changes for grunt-bump task
1 parent 5593846 commit c519269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = function (grunt) {
117117
createTag: true,
118118
tagName: 'v%VERSION%',
119119
tagMessage: 'Version %VERSION%',
120-
commitFiles: '<%= bump.options.files =>',
120+
commitFiles: '<%= bump.options.files %>',
121121
commitMessage: 'Bumped version to v%VERSION%'
122122
}
123123
},

0 commit comments

Comments
 (0)