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
These workflows require the org-level `DOCS_FERN_TOKEN` secret. The workflows expose it to the Fern CLI as `FERN_TOKEN`.
69
69
70
-
Release publishing also runs `fern/scripts/fern-release-version.py check` before building notebooks. A release fails early if the release tag is not represented in `docs.yml` and `versions/vX.Y.Z.yml`. Manual dispatch can validate a specific tag through the workflow's `release_tag` input; otherwise it uses the latest published release.
70
+
Release publishing also runs `fern/scripts/fern-release-version.py check` before building notebooks. A release fails early if the release tag is not represented in `docs.yml` and `versions/vX.Y.Z.yml`, or if `latest.yml` does not match the release nav on the release event. Manual dispatch can validate a specific tag through the workflow's `release_tag` input; otherwise it uses the latest published release.
71
71
72
72
## Versioning
73
73
@@ -151,7 +151,7 @@ Primary local commands:
151
151
|`make serve-fern-docs-locally`| Generate local Fern artifacts and serve local docs |
0 commit comments