Commit 8c4c3fc
authored
handle more RAPIDS version formats in update-version.sh (#566)
Contributes to rapidsai/build-planning#13.
Updates `update-version.sh` to correctly handle RAPIDS dependencies like `cudf-cu12==24.2.*`.
This project doesn't appear to have any of those right now, but might in the future.
### How I tested this
The portability of this updated `sed` command was tested here: rapidsai/cudf#14825 (comment).
In this repo, I ran the following:
```shell
./ci/release/update-version.sh '23.10.00'
git diff
./ci/release/update-version.sh '24.04.00'
git diff
```
Confirmed that that first `git diff` changed all the things I expected, and that second one showed 0 changes.
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Ray Douglass (https://github.com/raydouglass)
- Ajay Thorve (https://github.com/AjayThorve)
URL: #5661 parent 8921bad commit 8c4c3fc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments