Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Prefix release with v
Browse files Browse the repository at this point in the history
Like v2.1.0
  • Loading branch information
benlangfeld committed Aug 11, 2015
1 parent b7bfce2 commit 845493e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 845493e

Please sign in to comment.