Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-05-11.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 5.23.0
**`(internal):`** Add an opt-in `VerificationStep` to the post-generation pipeline that runs
`.fern/verify.sh` (when emitted by the generator) inside a language-specific
`{generatorImage}-validator` container after replay and before any GitHub
push. A failing script aborts the pipeline before opening a PR and surfaces
raw stderr through the pipeline logger; a missing script is a silent no-op.

The step is gated on a hidden `--verify` flag for `fern generate`; when
passed (with `--local` or `--runner`), the local workspace runner sets
`config.verify.enabled = true` on the pipeline and the configured container
runtime (`docker` or `podman`) is forwarded to the validator container.
Remote/Fiddle generation does not honor this flag yet.


## 5.22.1
**`(fix):`** Fix `fern docs dev` failing with pnpm 11 due to esbuild build scripts being blocked by default.
Writes `onlyBuiltDependencies` config to the bundle folder before installing esbuild.
Expand Down
Loading