Fern Docs supports orchestrating documentation releases based on releases from other repositories. This is useful when documenting features that depend on releases in other repositories.
This requires two GitHub Actions: one in the feature repository and one in the documentation repository.
Add this GitHub Action workflow to the repository where features are released. When a new release is created with the specified tag pattern, this workflow will send a notification to your documentation repository, triggering the auto-merge process.
Replace the following placeholders with your own values:
<GITHUB_ACCESS_TOKEN>: GitHub token with repo scope<ORG>: Organization containing the docs repository<DOCS_REPO>: Docs repository name<PRODUCT_RELEASE_TAG>: Product release tag