MCPcopy
hub / github.com/GoogleChrome/workbox / handleGithubRelease

Function handleGithubRelease

gulp-tasks/publish-github.js:26–30  ·  view source on GitHub ↗
(tagName, gitBranch, releaseInfo)

Source from the content-addressed store, hash-verified

24}
25
26async function handleGithubRelease(tagName, gitBranch, releaseInfo) {
27 logHelper.log(`Creating GitHub release ${logHelper.highlight(tagName)}.`);
28
29 await publishReleaseOnGithub(tagName, releaseInfo);
30}
31
32function filterTagsWithReleaseBundles(allTags, taggedReleases) {
33 return allTags.filter((tagInfo) => {

Callers 1

publish_githubFunction · 0.85

Calls 1

publishReleaseOnGithubFunction · 0.85

Tested by

no test coverage detected