Skip to content

Commit e5a7311

Browse files
committed
removed unused gulp release tasks
1 parent 288b9cd commit e5a7311

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

Gulpfile.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const gulp = require('gulp');
44
const bump = require('gulp-bump');
55
const changelog = require('gulp-conventional-changelog');
66
const tag = require('gulp-tag-version');
7-
const release = require('gulp-github-release');
87
const sequence = require('run-sequence');
98
const gutil = require('gulp-util');
109
const pkg = require('./package.json');
@@ -107,17 +106,3 @@ gulp.task('release:push', callback => {
107106
}
108107
});
109108
});
110-
111-
gulp.task('release:push:github', () => {
112-
return gulp.src([
113-
'CHANGELOG.md',
114-
'LICENSE',
115-
buildDirectory + '/matter.min.js',
116-
buildDirectory + '/matter.js'
117-
]).pipe(release({
118-
owner: 'liabru',
119-
repo: pkg.name,
120-
tag: pkg.version,
121-
name: 'Matter.js ' + pkg.version
122-
}));
123-
});

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"gulp": "^4.0.2",
2525
"gulp-bump": "^2.6.1",
2626
"gulp-conventional-changelog": "^1.1.0",
27-
"gulp-github-release": "^1.2.1",
2827
"gulp-tag-version": "^1.3.0",
2928
"gulp-util": "^3.0.8",
3029
"jest": "^24.9.0",

0 commit comments

Comments
 (0)