MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / linkify

Function linkify

packages/bumpy/src/core/changelog-github.ts:82–82  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

80
81 const summaryLines = trimBlankEdges(cleanSummary.split('\n'));
82 const linkify = (s: string) => linkifyIssueRefs(s, serverUrl, repoSlug);
83
84 // Build the prefix: PR link, commit link, thanks
85 const { links, thanks } = formatPrefix(

Callers 1

createGithubFormatterFunction · 0.85

Calls 1

linkifyIssueRefsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…