22-Sep-2026 — ci: publish release notes only after the deploy succeeds #20
build 959 — commit b79d471
What's new
Release notes were being published as soon as a push started, at the same time as the tests and the deploy. They now wait until the staging deploy has succeeded. A failed deploy does not publish notes.
At a glance
- Release notes are no longer published before the site deploy.
- A deploy that fails leaves the notes unpublished.
What's new
The release notes for a push to main are published by their own job, separately from the site deploy. That job stopped immediately because it had not installed the application dependencies the note generator needs. It now installs them first, so a push can publish its notes.
At a glance
- A failed site deploy can still publish the release notes for that push.
- The note job no longer stops on a missing application dependency.