Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
removing prefix on version
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Oct 13, 2015
1 parent ab92b57 commit f8f6bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ var versionStream = function(type) {
.pipe(bump({ type: type }))
.pipe(gulp.dest('./'))
.pipe(filter('package.json'))
.pipe(tagVersion({ prefix: 'v' }));
.pipe(tagVersion({ prefix: '' }));
};

var commitStream = function(type) {
Expand Down

0 comments on commit f8f6bf8

Please sign in to comment.