Skip to content

Commit 78d3656

Browse files
author
Shuwen Qian
committed
Tag version after commit
1 parent 825dba0 commit 78d3656

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,6 @@ gulp.task('stage-release', function() {
215215
var pkg = JSON.parse(fs.readFileSync('package.json', 'utf8'));
216216
return gulp.src([DIST, 'package.json', 'bower.json', 'CHANGELOG.md'])
217217
.pipe(git.add())
218-
.pipe(git.commit('Release v'+pkg.version));
218+
.pipe(git.commit('Release v'+pkg.version))
219+
.pipe(tagVersion());
219220
});

0 commit comments

Comments
 (0)