Add field for directly provided release notes

This commit is contained in:
Sean Killeen 2024-07-31 00:14:36 +00:00
parent 9bdaba4198
commit 80aeecd1bd

View file

@ -69,6 +69,7 @@ export interface Release {
sourceUrl?: string | undefined;
sourceDirectory?: string;
currentAge?: string;
datasourceProvidedReleaseNotes?: string | undefined;
}
export interface ReleaseResult {