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

Function isInternalCommit

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

Source from the content-addressed store, hash-verified

283}
284
285function isInternalCommit(line: string): boolean {
286 return /^- (chore|ref|test|meta)/.test(line.trim());
287}
288
289function isImportantEntry(line: string): boolean {
290 return line.includes('**feat') || line.includes('**fix');

Callers 2

runFunction · 0.85
determineEntryTypeFunction · 0.85

Calls 1

testMethod · 0.65

Tested by

no test coverage detected