Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
function
createChangelogEntry(version: string, content =
''
) {
164
return
dedent`
165
<a name=
"${version}"
></a>
166
${content}
167
`;
168
}
Callers
1
changelog.spec.ts
File · 0.85
Calls
1
dedent
Function · 0.85
Tested by
no test coverage detected