mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
Add omitBodyDuringUpdate and omitNameDuringUpdate to all upload jobs to prevent overwriting auto-generated release notes with PR references. - Remove generateReleaseNotes: false from upload jobs (not needed) - Add omitBodyDuringUpdate: true to preserve release notes - Add omitNameDuringUpdate: true to preserve release names - Finalize job keeps omitBodyDuringUpdate but omits omitNameDuringUpdate to ensure release title is set correctly when publishing This ensures 'What's Changed' section with PR references remains visible when releases are created from tags.