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

Class

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

Source from the content-addressed store, hash-verified

37}
38
39export class Changelog {
40 /** Prepend a changelog entry to the current changelog file. */
41 static prependEntryToChangelogFile(git: GitClient, entry: string) {
42 const changelog = new this(git);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected