summaryrefslogtreecommitdiff
path: root/tools/release/01_bump_crate_versions.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-08 12:32:25 -0400
committerGitHub <noreply@github.com>2022-04-08 12:32:25 -0400
commita4eee007ef28f918db9165c52a19bc30bd65bad3 (patch)
tree959e41c8a5e680139d8640c1bf0fa6e2b63e69d5 /tools/release/01_bump_crate_versions.ts
parenta4c1e1bdcf3bd295d624c266278670e08227b26b (diff)
chore: update release instructions based on 1.20.5 release (#14239)
Diffstat (limited to 'tools/release/01_bump_crate_versions.ts')
-rwxr-xr-xtools/release/01_bump_crate_versions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/01_bump_crate_versions.ts b/tools/release/01_bump_crate_versions.ts
index a032475fb..a3b63e2c2 100755
--- a/tools/release/01_bump_crate_versions.ts
+++ b/tools/release/01_bump_crate_versions.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo,git --allow-net --no-check
+#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo,git,deno --allow-net --no-check
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
import { DenoWorkspace } from "./deno_workspace.ts";
import { GitLogOutput, path, semver } from "./deps.ts";