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
When running the release workflow the documentation website gets correctly deployed and the versions.json file also gets updated.
The issue is that the mkdocs.yaml file does not get updated with the newly released version making all code examples and installation instructions using a stale project version.
Additionally, the changelog.md is not updated.
Why is this needed?
This is needed to provide correct code samples and installation instructions inline with the documentation version to customers.