From 15e933ee5b318e339044600e26b04e5b3e9e5403 Mon Sep 17 00:00:00 2001
From: DadaMonad <kevin.jahns@rwth-aachen.de>
Date: Mon, 2 Nov 2015 13:04:55 +0000
Subject: [PATCH] bumps package version

---
 gulpfile.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 812063d6..6408415a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -129,10 +129,10 @@ gulp.task('deploy:bump', function () {
 })
 
 gulp.task('deploy:commit', function () {
-  return gulp.src(['./*', '!./node_modules', '!./build', '!./y.*', '!./dist'] )
+  gulp.src(['./*', '!./node_modules', '!./build', '!./y.*', '!./dist'] )
     .pipe($.git.commit('bumps package version', {args: '-n'}))
-  /* return gulp.src('./dist/*')
-    .pipe($.git.commit('New release', {cwd: './dist/'}))*/
+  return gulp.src('./dist/*', {cwd: './dist'})
+    .pipe($.git.commit('New release', {cwd: './dist/'}))
 })
 
 gulp.task('deploy:tag', function () {
-- 
GitLab