releaseNotes property

String? releaseNotes
final

Release notes text to include with the distribution.

Brief description of changes, features, or fixes in this release. Displayed to testers when they receive the app update notification. Mutually exclusive with releaseNotesFile.

Example: "Fixed login bug and added dark mode support"

Implementation

final String? releaseNotes;