You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: truncate release notes when exceeding GitHub size limit (#19730)
The stable release v1.2.881 failed because auto-generated release notes
from v1.2.725 (156 nightly versions) exceeded GitHub's 125000 character
limit.
Split the release creation into two steps:
1. Generate notes via GitHub API and truncate if over 124000 chars
2. Create release with --notes-file instead of --generate-notes
0 commit comments