MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / isContributorsLine

Function isContributorsLine

scripts/generate-changelog.ts:276–278  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

274}
275
276function isContributorsLine(line: string): boolean {
277 return line.includes('Work in this release was contributed by');
278}
279
280function isSectionHeading(line: string): boolean {
281 const trimmed = line.trim();

Callers 1

parseChangelogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected