You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/cli-api-reference/cli-changelog/2026-04-28.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 4.105.0
2
+
**`(fix):`** Fix branch creation during signed commit push in generator-cli. GitHub's
3
+
updateRef API returns 422 (not 404) when the target branch does not exist,
4
+
so the createRef fallback was unreachable.
5
+
6
+
7
+
**`(feat):`**`fern docs dev` now exits with a hard error on Windows when long path support
8
+
is not enabled, instead of printing a warning.
9
+
10
+
1
11
## 4.104.0
2
12
**`(chore):`** Improved translation logging by moving verbose page array output to debug level and formatting as a concise count instead of raw JSON array.
0 commit comments