Release version 0.12.6

This commit is contained in:
Jürg Lehni 2020-05-23 21:30:44 +02:00
parent ab481a497b
commit 65886449e1
9 changed files with 33089 additions and 11 deletions

View file

@ -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));
});
});