Skip to content

v4.0.0

Choose a tag to compare

@bitwise-fast-forward-merge bitwise-fast-forward-merge released this 29 Jun 10:15
Immutable release. Only release title and notes can be modified.
4a154ff

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 ignores if:, so the docs job's pages:write is required even on repos without a zensical.toml or the run fails at startup. Add pages: write to 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)