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