(type: string)
| 315 | } |
| 316 | |
| 317 | function internalCategoryFor(type: string) { |
| 318 | return INTERNAL_TYPES.has(type) ? "Internal" : undefined; |
| 319 | } |
| 320 | |
| 321 | function renderReleaseNotes(version: string, date: string, from: string, commits: ParsedCommit[]) { |
| 322 | const sections = renderSections(commits, renderCommitBullet); |