Skip to content

Commit

Permalink
set release task to default to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Apr 19, 2016
1 parent f36fe2c commit 9d396fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gulp.task('watch', function() {

gulp.task('bump', function() {
return gulp.src(['package.json', 'bower.json'])
.pipe(bump({ type: process.argv[4] || 'minor' }))
.pipe(bump({ type: process.argv[4] || 'patch' }))
.pipe(gulp.dest('.'));
});

Expand Down

0 comments on commit 9d396fe

Please sign in to comment.