mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix: update patchver to 0.2 (#25952)
Fixes https://github.com/denoland/deno/issues/25940 Forgot to update patchver scripts to latest sui. Ref #25942
This commit is contained in:
parent
218a9bf7eb
commit
0a75dc70aa
1 changed files with 1 additions and 1 deletions
2
tools/release/promote_to_release.ts
Normal file → Executable file
2
tools/release/promote_to_release.ts
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
|
||||
import { $ } from "jsr:@david/dax@0.41.0";
|
||||
import { gray } from "jsr:@std/fmt@1/colors";
|
||||
import { patchver } from "jsr:@deno/patchver@0.1.0";
|
||||
import { patchver } from "jsr:@deno/patchver@0.2.0";
|
||||
|
||||
const SUPPORTED_TARGETS = [
|
||||
"aarch64-apple-darwin",
|
||||
|
|
Loading…
Reference in a new issue