mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +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;
|
sourceUrl?: string | undefined;
|
||||||
sourceDirectory?: string;
|
sourceDirectory?: string;
|
||||||
currentAge?: string;
|
currentAge?: string;
|
||||||
|
datasourceProvidedReleaseNotes?: string | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ReleaseResult {
|
export interface ReleaseResult {
|
||||||
|
|
Loading…
Reference in a new issue