Skip to content

Commit

Permalink
Removed whitespace in tag name in Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fischer committed Jul 26, 2020
1 parent 54755cf commit c3a882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ module.exports = function(grunt) {
gittag: {
version: {
options: {
tag: '<%= config.package.package %> v<%= config.version.nextVersion %>',
tag: '<%= config.package.package %>v<%= config.version.nextVersion %>',
message: '<%= config.package.package %> - Version <%= config.version.nextVersion %>'
}
},
Expand Down

0 comments on commit c3a882a

Please sign in to comment.