Skip to content

Commit 321359d

Browse files
Update changelogs from fern repo (#5109)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent b67b897 commit 321359d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

0 commit comments

Comments
 (0)