Commit e6b0e34
authored
fix: RELEASED_VERSION in bash script
This PR fixes the logic of retrieving `RELEASED_VERSION` in `ensure-version-bump-and-changelog.sh`. The current logic breaks when a crate version is not tagged in the repo. e.g. in https://github.com/libp2p/rust-libp2p/actions/runs/16322151084/job/46102571787?pr=6102#step:13:35
Pull-Request: #6103.1 parent 2435b60 commit e6b0e34
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments