Skip to content

Commit 37e87fc

Browse files
author
Philipp Alferov
committed
:octocat: Bump to 0.1.1
1 parent 23cd821 commit 37e87fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

gulpfile.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ gulp.task('watch:docs', ['serve'], function() {
172172

173173
/*
174174
* Automate npm & bower updates.
175-
* $ gulp bump --type major - using gulp-bump versioning
176-
* $ gulp bump --version 1.1.1 - using explicit version number
175+
* $ gulp release:bump --type major - using gulp-bump versioning
176+
* $ gulp release:bump --version 1.1.1 - using explicit version number
177177
*/
178178
gulp.task('release:bump', function() {
179179

@@ -193,4 +193,8 @@ gulp.task('release:push', function (cb) {
193193
return $.git.push('origin', 'master', cb);
194194
});
195195

196+
gulp.task('release', ['release:bump', 'release:commit', 'release:push'], function() {
197+
198+
});
199+
196200
gulp.task('default', ['build']);

0 commit comments

Comments
 (0)