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-04-23.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 4.90.0
**`(internal):`** Implement the FER-9980 autoversion pipeline. A new `GenerationCommitStep` +
`AutoVersionStep` run between the `[fern-generated]` commit and replay
detect/apply, diffing prev vs new `[fern-generated]` SHAs (both pure
generator output), calling Fern AI for a semver bump + changelog entry,
rewriting the placeholder version, prepending `changelog.md`, and committing
`[fern-autoversion]`. Consumes the two-phase `@fern-api/replay@0.12.0` API.
Prep refactors (moved `AutoVersioningService` / `AutoVersioningCache` /
`VersionUtils` from `@fern-api/local-workspace-runner` into
`@fern-api/generator-cli/autoversion` to resolve a circular-dep blocker) are
folded into this entry. Opt-in via `config.autoVersion.enabled`; no
behavior change for non-replay flows.


Loading