diff options
Diffstat (limited to 'tools/release/05_create_release_notes.ts')
-rwxr-xr-x | tools/release/05_create_release_notes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/05_create_release_notes.ts b/tools/release/05_create_release_notes.ts index 7ac84de10..af3330953 100755 --- a/tools/release/05_create_release_notes.ts +++ b/tools/release/05_create_release_notes.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo,git --no-check +#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo,git --no-check --lock=tools/deno.lock.json // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. import { path } from "./deps.ts"; import { DenoWorkspace } from "./deno_workspace.ts"; |