MCPcopy Index your code
hub / github.com/gitify-app/gitify / openGitifyReleaseNotes

Function openGitifyReleaseNotes

src/renderer/utils/system/links.ts:18–22  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

16import { openExternalLink } from './comms';
17
18export function openGitifyReleaseNotes(version: string) {
19 openExternalLink(
20 `${APPLICATION.GITHUB_BASE_URL}/${APPLICATION.REPO_SLUG}/releases/tag/${version}` as Link,
21 );
22}
23
24export function openGitHubNotifications(hostname: Hostname) {
25 const url = new URL(`https://${hostname}`);

Callers 2

SettingsFooterFunction · 0.90
links.test.tsFile · 0.90

Calls 1

openExternalLinkFunction · 0.90

Tested by

no test coverage detected