mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-26 13:49:01 -05:00
set release task to default to patch
This commit is contained in:
parent
f36fe2c329
commit
9d396feb3f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ gulp.task('watch', function() {
|
||||||
|
|
||||||
gulp.task('bump', function() {
|
gulp.task('bump', function() {
|
||||||
return gulp.src(['package.json', 'bower.json'])
|
return gulp.src(['package.json', 'bower.json'])
|
||||||
.pipe(bump({ type: process.argv[4] || 'minor' }))
|
.pipe(bump({ type: process.argv[4] || 'patch' }))
|
||||||
.pipe(gulp.dest('.'));
|
.pipe(gulp.dest('.'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue