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

Method _getNotesConfig

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

Gets the configuration for the release notes.

()

Source from the content-addressed store, hash-verified

132
133 /** Gets the configuration for the release notes. */
134 private async _getNotesConfig() {
135 return (await this.config).release.releaseNotes ?? {};
136 }
137}

Callers 2

promptForReleaseTitleMethod · 0.95
generateRenderContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected