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

Method prependEntryToChangelogFile

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

Prepend a changelog entry to the current changelog file.

(git: GitClient, entry: string)

Source from the content-addressed store, hash-verified

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);
43 changelog.prependEntryToChangelogFile(entry);
44 }
45
46 /**
47 * Move all changelog entries from the CHANGELOG.md file for versions prior to the provided

Callers 4

changelog.spec.tsFile · 0.45
handlerFunction · 0.45
cut-stable.spec.tsFile · 0.45

Calls 2

writeToChangelogFileMethod · 0.95
parseChangelogEntryFunction · 0.85

Tested by

no test coverage detected