Skip to content
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

Fix update-version.sh #43

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Fix update-version.sh #43

merged 2 commits into from
Sep 23, 2024

Conversation

AyodeAwe
Copy link
Contributor

@AyodeAwe AyodeAwe commented Sep 20, 2024

Fixes the script to correctly update the existing version references. Also updates some existing version references.

@AyodeAwe AyodeAwe requested a review from a team as a code owner September 20, 2024 17:58
@AyodeAwe AyodeAwe requested review from jameslamb and removed request for a team September 20, 2024 17:58
@AyodeAwe AyodeAwe requested review from a team as code owners September 20, 2024 18:15
@raydouglass raydouglass self-requested a review September 20, 2024 18:39
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this is an improvement on the current state. Left one suggestion for making this even simpler and reducing more sources of possible inconsistencies... but that can be done in a later PR if you'd prefer.

sed_runner "s/:[0-9][0-9]\.[0-9][0-9]/:${NEXT_SHORT_TAG}/" ./notebooks/README.md
sed_runner "s/branch-[0-9][0-9].[0-9][0-9]/branch-${NEXT_SHORT_TAG}/" ./docs/cugraph/source/nx_cugraph/nx_cugraph.md
sed_runner "s/\(PROJECT_NUMBER[[:space:]]*\)=.*/\1= ${NEXT_SHORT_TAG}/" cpp/Doxyfile
sed_runner "s/set(RAPIDS_VERSION *\"[0-9.]*\")/set(RAPIDS_VERSION \"${NEXT_SHORT_TAG}\")/" cpp/CMakeLists.txt
Copy link
Member

@jameslamb jameslamb Sep 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of this, I think we should read the rapids version from the VERSION file to reduce duplication:

@AyodeAwe
Copy link
Contributor Author

Yep, will fix this in a separate PR.

@AyodeAwe AyodeAwe merged commit a2e3e2c into branch-24.10 Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants