Interface: ReleaseInfo
Properties
releaseDate?
optionalreleaseDate?:string
The release date.
releaseName?
optionalreleaseName?:string|null
The release name.
releaseNotes?
optionalreleaseNotes?:string|null
The release notes.
releaseNotesFile?
optionalreleaseNotesFile?:string|null
The path to release notes file. Defaults to release-notes-${platform}.md (where platform it is current platform — mac, linux or windows) or release-notes.md in the build resources.
vendor?
optionalvendor?: {[key:string]:any; } |null
Vendor specific information.