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

Function createChangelogEntry

ng-dev/release/notes/changelog.spec.ts:163–168  ·  view source on GitHub ↗
(version: string, content = '')

Source from the content-addressed store, hash-verified

161}
162
163function createChangelogEntry(version: string, content = '') {
164 return dedent`
165 <a name="${version}"></a>
166 ${content}
167 `;
168}

Callers 1

changelog.spec.tsFile · 0.85

Calls 1

dedentFunction · 0.85

Tested by

no test coverage detected