Files
InvoiceShelf/.github/workflows
Darko Gjorgjijoski 1a403984fe ci: check the release notes before building (#716)
The CHANGELOG.md section was read after composer, pnpm and the frontend
build had all run, so tagging without notes spent a full build before
failing on something knowable in the first seconds. It only needs PHP, so
it now runs directly after the PHP setup.

Noticed while dry-running a tag with no section against #715: the run
correctly refused to publish, but took a whole build to say so.
2026-07-29 15:56:29 +02:00
..