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

Method writeToChangelogFile

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

Update the changelog file with the known changelog entries.

()

Source from the content-addressed store, hash-verified

162
163 /** Update the changelog file with the known changelog entries. */
164 private writeToChangelogFile(): void {
165 const changelog = this.entries.map((entry) => entry.content).join(joinMarker);
166 writeFileSync(this.filePath, changelog, {});
167 }
168
169 /**
170 * Retrieve the changelog entries for the provide changelog path, if the file does not exist an

Calls

no outgoing calls

Tested by

no test coverage detected