We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3915e9e commit 7fd580dCopy full SHA for 7fd580d
versions.sh
@@ -71,7 +71,7 @@ shell="$(
71
72
# now convert all that data to a basic shell list + map so we can loop over/use it appropriately
73
| "allVersions=( " + (
74
- map(.version | ., if endswith("-rc") then empty else . + "-rc" end)
+ map(.version | ., if endswith("-rc") then rtrimstr("-rc") else . + "-rc" end)
75
| unique
76
| map(@sh)
77
| join(" ")
0 commit comments