Skip to content

Commit

Permalink
Merge branch 'branch-23.10' into similarity_nb
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon authored Sep 22, 2023
2 parents 3ae8a69 + 367f36c commit 2362b19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ for FILE in .github/workflows/*.yaml; do
sed_runner "s/dask-cuda.git@branch-[0-9][0-9].[0-9][0-9]/dask-cuda.git@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
done
sed_runner "s/RAPIDS_VERSION_NUMBER=\".*/RAPIDS_VERSION_NUMBER=\"${NEXT_SHORT_TAG}\"/g" ci/build_docs.sh

sed_runner "s/branch-.*/branch-${NEXT_SHORT_TAG}/g" python/nx-cugraph/README.md

0 comments on commit 2362b19

Please sign in to comment.