MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/release/notes/release-notes.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28/** Release note generation. */
29export class ReleaseNotes {
30 static async forRange(git: GitClient, version: semver.SemVer, baseRef: string, headRef: string) {
31 const config = await getConfig([assertValidReleaseConfig]);
32 const commits = getCommitsForRangeWithDeduping(git, baseRef, headRef);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected