Simplify standard postpublish script and remove them from some private packages

This commit is contained in:
Brandon Millman
2018-02-08 11:23:37 -08:00
parent 254d3f53e2
commit 6dec29e214
17 changed files with 26 additions and 194 deletions

View File

@@ -15,7 +15,7 @@ postpublish_utils
version = result.version;
const releaseName = postpublish_utils.getReleaseName(subPackageName, version);
const assets = [__dirname + '/../_bundles/index.js', __dirname + '/../_bundles/index.min.js'];
return postpublish_utils.publishReleaseNotes(tag, releaseName, assets);
return postpublish_utils.publishReleaseNotesAsync(tag, releaseName, assets);
})
.then(function(release) {
console.log('POSTPUBLISH: Release successful, generating docs...');