summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-19 01:27:06 +0100
committerGitHub <noreply@github.com>2024-08-19 00:27:06 +0000
commit5c69b4861b52ab406e73b9cd85c254f0505cb20f (patch)
tree1993183e4060e88873e98eae5c4bb598b14ff8ad /.github
parent52681a2a297c89fdec619c4e45d03bc7a1ab1fbb (diff)
fix(upgrade): support RC release with --version flag (#25091)
This commit fixes scenarios like: ``` $ deno upgrade --version=v1.46.0-rc.0 Downloading https://github.com/denoland/deno/releases/download/v1.46.0-rc.0/deno-aarch64-apple-darwin.zip Download could not be found, aborting ``` Now: ``` $ target/debug/deno upgrade --version=v1.46.0-rc.0 Downloading https://dl.deno.land/release/v1.46.0-rc.0/deno-aarch64-apple-darwin.zip Deno is upgrading to version 1.46.0-rc.0 Upgraded successfully to Deno v1.46.0-rc.0 ``` Also some unneeded code was removed.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions