releaseNotesFile property
Path to a file containing release notes content.
Points to a text file with detailed release notes for the distribution.
File content is read and included in the release notification.
Useful for maintaining release notes in version control.
Mutually exclusive with releaseNotes.
Example: "/path/to/release-notes.txt"
Implementation
final String? releaseNotesFile;