We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c797235 commit 55919faCopy full SHA for 55919fa
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-04-29.mdx
@@ -1,3 +1,10 @@
1
+## 4.108.0
2
+**`(internal):`** Validate staged changelog entries in `changes/<version>/*.yml` (not just `versions.yml`)
3
+and trigger the workflow on PRs that touch those staged files. Catches unescaped
4
+`{}` / `<>` / `#{}` patterns at PR time instead of after autorelease promotes the
5
+entry to `versions.yml` on `main`.
6
+
7
8
## 4.107.3
9
**`(fix):`** Fix `fern generate --docs --preview` hang when OpenAPI specs contain circular
10
`$ref` chains. The unbundled fallback document now has its circular references
0 commit comments