Merge pull request #7 from Mibew/release-name

Change name for release archives
This commit is contained in:
罗光盛 2017-03-21 22:56:08 -05:00 committed by GitHub
commit cccbdc39ce

View File

@ -11,9 +11,9 @@ gulp.task('prepare-release', function() {
return eventStream.merge( return eventStream.merge(
getSources() getSources()
.pipe(zip('mibew-operator-status-plugin-' + version + '.zip')), .pipe(zip('operator-status-plugin-' + version + '.zip')),
getSources() getSources()
.pipe(tar('mibew-operator-status-plugin-' + version + '.tar')) .pipe(tar('operator-status-plugin-' + version + '.tar'))
.pipe(gzip()) .pipe(gzip())
) )
.pipe(chmod(0644)) .pipe(chmod(0644))