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

Method getChangelogEntry

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

Retrieve the release note generated for a CHANGELOG entry.

()

Source from the content-addressed store, hash-verified

55
56 /** Retrieve the release note generated for a CHANGELOG entry. */
57 async getChangelogEntry() {
58 return ejs.render(changelogTemplate, await this.generateRenderContext(), {rmWhitespace: true});
59 }
60
61 /**
62 * Prepend generated release note to the CHANGELOG.md file in the base directory of the repository

Callers 3

handlerFunction · 0.80
generation.spec.tsFile · 0.80

Calls 1

generateRenderContextMethod · 0.95

Tested by

no test coverage detected