8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f9dba commit b882641Copy full SHA for b882641
Gruntfile.js
@@ -2,7 +2,10 @@ module.exports = function(grunt) {
2
grunt.initConfig({
3
release: {
4
options: {
5
- additionalFiles: ['bower.json']
+ additionalFiles: ['bower.json'],
6
+ commitMessage: 'v<%= version %>',
7
+ tagName: 'v<%= 4DBF version %>',
8
+ tagMessage: 'v<%= version %>'
9
}
10
11
});
0 commit comments