From fcb97fe422252413072bb26eca51b44446a49f57 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 18 Jul 2014 05:27:44 -0400 Subject: [PATCH] feature(gulp) add release --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 0d65e5fc..00aaa588 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -105,6 +105,7 @@ }); gulp.task('default', ['jshint', 'css', 'test']); + gulp.task('release', ['changelog', 'package']); function onError(params) { console.log(params.message);