releaseBody property

String releaseBody
getter/setter pair

Descriptive text content for the release.

Markdown-formatted description that appears in the release notes. Describes changes, features, fixes, and other relevant information. Supports full GitHub-flavored Markdown formatting.

Example: "## What's New\n- Fixed login bug\n- Added dark mode"

Implementation

late String releaseBody;