mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Update to latest gulp-git-streamed and remove publish workaround code.
This commit is contained in:
parent
c942239032
commit
cfa215051d
2 changed files with 2 additions and 4 deletions
|
@ -37,9 +37,7 @@ gulp.task('publish:release', function() {
|
|||
.pipe(git.tag('v' + options.version, message))
|
||||
.pipe(git.checkout('master'))
|
||||
.pipe(git.merge('develop', { args: '-X theirs' }))
|
||||
.pipe(git.push('origin', 'master' ))
|
||||
.pipe(git.push('origin', 'develop' ))
|
||||
.pipe(git.push(null, null, { args: '--tags' } ))
|
||||
.pipe(git.push('origin', ['master', 'develop'], { args: '--tags' }))
|
||||
.pipe(shell('npm publish'))
|
||||
.pipe(git.checkout('develop'));
|
||||
});
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"gulp-add-src": "^0.2.0",
|
||||
"gulp-bump": "^1.0.0",
|
||||
"gulp-cached": "^1.1.0",
|
||||
"gulp-git-streamed": "^1.0.0",
|
||||
"gulp-git-streamed": "^1.8.0",
|
||||
"gulp-jshint": "^2.0.0",
|
||||
"gulp-prepro": "^2.4.0",
|
||||
"gulp-qunits": "^2.0.1",
|
||||
|
|
Loading…
Reference in a new issue