MCPcopy
hub / github.com/desktop/desktop / IParsedCommit

Interface IParsedCommit

script/changelog/parser.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const ChangelogEntryRegex = /^\[(new|fixed|improved|removed|added)\]\s(.*)/i
11
12interface IParsedCommit {
13 readonly prID: number
14 readonly owner: string
15}
16
17function parseCommitTitle(line: string): IParsedCommit {
18 // E.g.: Merge pull request #2424 from desktop/fix-shrinkwrap-file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected