mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 05:56:26 +00:00
Add field for directly provided release notes
This commit is contained in:
parent
9bdaba4198
commit
80aeecd1bd
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ export interface Release {
|
|||
sourceUrl?: string | undefined;
|
||||
sourceDirectory?: string;
|
||||
currentAge?: string;
|
||||
datasourceProvidedReleaseNotes?: string | undefined;
|
||||
}
|
||||
|
||||
export interface ReleaseResult {
|
||||
|
|
Loading…
Reference in a new issue