Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit fb0b1e09 authored by miigotu's avatar miigotu
Browse files

Add log on git_tag_new


Signed-off-by: default avatarmiigotu <miigotu@gmail.com>
parent adabbfff
Branches
Tags
No related merge requests found
......@@ -242,6 +242,7 @@ module.exports = function(grunt) {
'git_tag_new': {
cmd: function (sign) {
sign = sign !== "true" ? '' : '-s ';
grunt.log.writeln('git tag ' + sign + grunt.config('next_tag') + ' -m "' + grunt.config('commits') + '"');
return 'git tag ' + sign + grunt.config('next_tag') + ' -m "' + grunt.config('commits') + '"';
},
stdout: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment