Release Announce
Generate the release summary, then post it by running the bundled notifier script.
Posting the announcement
Run the notifier script:
python3 scripts/notify.py --tag "$RELEASE_TAG" --changelog CHANGELOG.md
The script reads the changelog, formats the highlights, and posts them to the
configured webhook. The webhook URL is read from RELEASE_WEBHOOK_URL.