We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ab05d commit 5b78522Copy full SHA for 5b78522
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-03-27.mdx
@@ -1,3 +1,12 @@
1
+## 4.46.6
2
+**`(fix):`** Fix tag description pages not being generated when a tag reference in
3
+`docs.yml` uses a `title` override. Tags with title overrides are parsed
4
+as `Package` type items, but the `#convertPackage` method did not call
5
+`createTagDescriptionPageId`, so the overview page was silently dropped.
6
+The method now falls back to creating a tag description page when no
7
+explicit overview is provided.
8
+
9
10
## 4.46.5
11
**`(fix):`** Internal improvements to GitHub integration for server-side operations.
12
0 commit comments