()
| 38 | }); |
| 39 | |
| 40 | function 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 | |
| 48 | function addTagToHeader(tagName: string, tagUrl: string, relativeTime: HTMLElement): void { |
| 49 | relativeTime.parentElement!.append( |
no test coverage detected