mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2026-06-11 06:54:15 -04:00
- New workflow step builds release_notes.md from runtime data: build date, resolved CRS tag (queried from upstream API), total OWASP rule count, category count, per-backend bot counts, archive sizes (du -h), and SHA-256 checksums of every zip. - Replace deprecated actions/create-release@v1 + 4x upload-release-asset@v1 with a single softprops/action-gh-release@v2 step that publishes the body and all four archives in one go. - Release body becomes a self-contained, email-friendly summary visible in GitHub notification mails: coverage, backends table, quick-install one-liner, and supply-chain-verifiable SHA-256 list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>