Skip to content

Commit

Permalink
Fix gulpfile.js tagging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation committed Mar 14, 2015
1 parent cd455a3 commit 85ec91e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulpfile.js
Expand Up @@ -134,7 +134,9 @@ function inc(importance) {
// read only one file to get the version number
.pipe(filter('package.json'))
// **tag it in the repository**
.pipe(tagVersion());
.pipe(tagVersion({
prefix: ''
}));
}

gulp.task('patch', [ 'build' ], function () { return inc('patch'); })
Expand Down

0 comments on commit 85ec91e

Please sign in to comment.