Skip to content

Commit 19f4f3e

Browse files
committed
Update API and CLI docs generation script
Signed-off-by: Richard Wall <[email protected]>
1 parent 819ce59 commit 19f4f3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/gendocs/generate-new-import-path-docs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ LATEST_VERSION="docs" # to also upgrade a specific version, use v1.13-docs, v1.1
152152
#genversionwithcli "release-1.12" "v1.12-docs"
153153
#genversionwithcli "release-1.13" "v1.13-docs"
154154
#genversionwithcli "release-1.14" "v1.14-docs"
155+
#genversionwithcli "release-1.15" "v1.15-docs"
155156

156-
genversionwithcli "release-1.15" "$LATEST_VERSION"
157+
genversionwithcli "release-1.16" "$LATEST_VERSION"
157158

158159
# Rather than generate the same docs again for /docs, copy from the latest version
159160

0 commit comments

Comments
 (0)