v4.0.0
Immutable
release. Only release title and notes can be modified.
4.0.0 (2026-06-29)
⚠ BREAKING CHANGES
- callers must now grant
pages: write. GitHub resolves a reusable workflow's permissions as the union of every job and ignoresif:, so the docs job's pages:write is required even on repos without a zensical.toml or the run fails at startup. Addpages: writeto the caller's permissions block (see examples/release.yaml). Consuming repos should also delete their inline docs job and set Settings -> Pages -> Source -> GitHub Actions.
Features
- build and publish Zensical docs to Pages on release (c619e32)