Skip to content
Snippets Groups Projects
Commit 15e933ee authored by DadaMonad's avatar DadaMonad
Browse files

bumps package version

parent 605e1052
No related branches found
No related tags found
No related merge requests found
......@@ -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 () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment