mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Release version 0.12.6
This commit is contained in:
parent
ab481a497b
commit
65886449e1
9 changed files with 33089 additions and 11 deletions
|
@ -105,6 +105,7 @@ packages.forEach(function(name) {
|
|||
.pipe(git.commit(releaseMessage, opts))
|
||||
.pipe(git.tag('v' + options.version, releaseMessage, opts))
|
||||
.pipe(git.push('origin', 'master', { args: '--tags', cwd: path }))
|
||||
.pipe(shell('echo <%= file.path %>'))
|
||||
.pipe(shell('npm publish', opts));
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue