mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Minor fixes.
This commit is contained in:
parent
d638ceb5b5
commit
d364c32e6b
2 changed files with 4 additions and 3 deletions
|
@ -79,6 +79,7 @@ packages.forEach(function(name) {
|
|||
gulp.task('publish:dist', ['dist']);
|
||||
|
||||
gulp.task('publish:commit', function() {
|
||||
options.resetVersion(); // See 'publish:version'
|
||||
var message = 'Release version ' + options.version;
|
||||
return gulp.src('.')
|
||||
.pipe(git.checkout('develop'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue