mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 17:01:10 +01:00
GitHub recently introduced limit of 25000 byte for the release notes, which breaks our release process, as our notes are over the limit. PR https://github.com/talos-systems/talos/pull/4021 introduced support for GFM release notes, which are at least 50% smaller. This PR enables GFM, adds a check for release notes size and pushes release-notes step to every build so that we known in advance if release notes are over the limit (vs. the moment we push the release). Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>