echo"Release notes for this version were not found in CHANGELOG.md."
} > "$OUTPUT_FILE"
else
printf'%s\n'"$CHANGELOG_SECTION" > "$OUTPUT_FILE"
fi
{
echo
echo"## Packaging Status"
echo
if[["$PACKAGING_MODE"=="development"]];then
echo"Native macOS assets in this tag were packaged in development mode because Developer ID release-signing credentials were not configured for this run."
echo
echo"These \`.zip\`, \`.dmg\`, and \`.pkg\` files are intended for internal testing or developer use. macOS Gatekeeper may require \`Open Anyway\` or a right-click \`Open\` flow before launch."
else
echo"Native macOS assets in this tag were packaged in CI using Developer ID signing and notarization, then uploaded alongside the existing command-line release artifacts."
fi
} >> "$OUTPUT_FILE"
printf'Generated release body for %s (%s) at %s\n'"$VERSION""$PACKAGING_MODE""$OUTPUT_FILE"