1
0
Fork 0
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:
Divy Srivastava 2024-10-01 15:05:55 +05:30 committed by GitHub
parent 218a9bf7eb
commit 0a75dc70aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
tools/release/promote_to_release.ts Normal file → Executable file
View 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",