Update release versions for 26.02#747
Conversation
422f9e7 to
bd6eb5e
Compare
✅ Deploy Preview for docs-rapids-ai ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for docs-rapids-ai ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
I think the failing checks are expected as there are no cudf-java stable docs at this time of the release. cc @jameslamb |
jameslamb
left a comment
There was a problem hiding this comment.
I think the failing checks are expected as there are no cudf-java stable docs at this time of the release.
That would explain why pre-commit run --all-files produces a diff like this:
diff --git a/ci/customization/projects-to-versions.json b/ci/customization/projects-to-versions.json
index 46fec7e..3b61d1c 100644
--- a/ci/customization/projects-to-versions.json
+++ b/ci/customization/projects-to-versions.json
@@ -25,7 +25,8 @@
"nightly": "26.04"
},
"cudf-java": {
- "legacy": "25.12"
+ "legacy": "25.12",
+ "stable": "26.02"
},
"cucim": {
"legacy": "25.12",But we shouldn't merge this with failing CI or with a broken "stable" link in the cudf-java section at https://docs.rapids.ai/api/
If there aren't 26.02 docs yet for cudf-java, then we shouldn't generate the "stable" link for that project.
Did that here: 2dd7b19
Update docs.rapids.ai for the 26.02 release.
Changes: