We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1abed commit fd30e58Copy full SHA for fd30e58
1 file changed
ci/release/update-version.sh
@@ -61,5 +61,3 @@ done
61
for FILE in .github/workflows/*.yaml; do
62
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
63
done
64
-
65
-sed_runner "s/branch-[0-9][0-9].[0-9][0-9]/branch-${NEXT_SHORT_TAG}/" ./docs/cugraph-docs/source/nx_cugraph/nx_cugraph.md
0 commit comments