From 0286ee471cc7b94fb0c4f20a1523bb856d3803b9 Mon Sep 17 00:00:00 2001 From: Stefan Dirix Date: Mon, 21 Mar 2016 09:30:04 +0100 Subject: [PATCH] Fix deploy script to create a proper annotation for the Git release tag --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 89bb2753ea..613e810df7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -318,7 +318,7 @@ module.exports = function(grunt) { deploy: { options: { tag: 'v<%= pkg.version %>', - message: 'Release version v%= pkg.version %' + message: 'Release version v<%= pkg.version %>' } } },