Skip to content

Commit

Permalink
Anchor the regex
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 19, 2023
1 parent ca8ac71 commit eb47055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ sed_runner 's/version = .*/version = '"'${NEXT_SHORT_TAG}'"'/g' docs/cuproj/sour
sed_runner 's/release = .*/release = '"'${NEXT_FULL_TAG}'"'/g' docs/cuproj/source/conf.py

# Python _version.py updates
sed_runner "/__version__ / s/= .*/= \"${NEXT_FULL_TAG}\"/g" python/cuspatial/cuspatial/_version.py
sed_runner "/__version__ / s/= .*/= \"${NEXT_FULL_TAG}\"/g" python/cuproj/cuproj/_version.py
sed_runner "/^__version__ / s/= .*/= \"${NEXT_FULL_TAG}\"/g" python/cuspatial/cuspatial/_version.py
sed_runner "/^__version__ / s/= .*/= \"${NEXT_FULL_TAG}\"/g" python/cuproj/cuproj/_version.py

# rapids-cmake version
sed_runner 's/'"branch-.*\/RAPIDS.cmake"'/'"branch-${NEXT_SHORT_TAG}\/RAPIDS.cmake"'/g' fetch_rapids.cmake
Expand Down

0 comments on commit eb47055

Please sign in to comment.