File tree Expand file tree Collapse file tree
fern/products/cli-api-reference/cli-changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.90.0
2+ ** ` (internal): ` ** Implement the FER-9980 autoversion pipeline. A new ` GenerationCommitStep ` +
3+ ` AutoVersionStep ` run between the ` [fern-generated] ` commit and replay
4+ detect/apply, diffing prev vs new ` [fern-generated] ` SHAs (both pure
5+ generator output), calling Fern AI for a semver bump + changelog entry,
6+ rewriting the placeholder version, prepending ` changelog.md ` , and committing
7+ ` [fern-autoversion] ` . Consumes the two-phase ` @fern-api/replay@0.12.0 ` API.
8+ Prep refactors (moved ` AutoVersioningService ` / ` AutoVersioningCache ` /
9+ ` VersionUtils ` from ` @fern-api/local-workspace-runner ` into
10+ ` @fern-api/generator-cli/autoversion ` to resolve a circular-dep blocker) are
11+ folded into this entry. Opt-in via ` config.autoVersion.enabled ` ; no
12+ behavior change for non-replay flows.
13+
14+
You can’t perform that action at this time.
0 commit comments