MCPcopy Create free account
hub / github.com/refined-github/refined-github / createReleaseUrl

Function createReleaseUrl

source/features/closing-remarks.tsx:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38});
39
40function createReleaseUrl(): string {
41 if (isRefinedGitHubRepo()) {
42 return 'https://github.com/refined-github/refined-github/actions/workflows/release.yml';
43 }
44
45 return buildRepoUrl('releases/new');
46}
47
48function addTagToHeader(tagName: string, tagUrl: string, relativeTime: HTMLElement): void {
49 relativeTime.parentElement!.append(

Callers 1

addReleaseBannerFunction · 0.85

Calls 2

isRefinedGitHubRepoFunction · 0.85
buildRepoUrlFunction · 0.85

Tested by

no test coverage detected