Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 279bdbb..c51de78 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -225,8 +225,8 @@ module.exports = function(grunt) {
options: {
repository: 'candy-chat/candy',
release: {
- tag_name: grunt.file.readJSON('package.json').version,
- name: grunt.file.readJSON('package.json').version
+ tag_name: 'v' + grunt.file.readJSON('package.json').version,
+ name: 'v' + grunt.file.readJSON('package.json').version
}
},
files: {