-
Notifications
You must be signed in to change notification settings - Fork 654
[Docs] Publish docs from stable tags #3325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ok I will have a look and disable the publishing from |
support/5.x
@arturcic, we may have a more future-proof system in place if we only publish docs on stable tags (regardless of branch), perhaps? |
That will be the next step, first we need to re-publish v5 |
I have published from v5 for now. So next I will work on the publishing from the stable tags when I find some time |
This was implemented for v6 beta 1, but it will be working on v6 stable release |
As reported in #3324, our docs are published from
main
which now is primed for v6. This makes the docs out of sync with our latest stable release, v5. We should probably publish the docs from thesupport/5.x
branch at least until v6 is done.What we should have done before was to only publish docs on stable tags. That way,
docs
could be published from any branch as long as it had a stable tag. Perhaps we can do that now and get a new stable v5 out the door so the docs are brought back in time to v5?The text was updated successfully, but these errors were encountered: