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);