diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-02 11:25:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 11:25:12 -0400 |
commit | c0ee027d346191238c01d9fd35f45cc695bd1ae6 (patch) | |
tree | 69efc68445cfcdfaf823ef1b777e2cd4b842d181 /tools/release/deps.ts | |
parent | 94885bc2932fa0e40feee877f7f68fc5e68f76c8 (diff) |
chore(ci): automatically include releases notes in release draft (#14179)
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r-- | tools/release/deps.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts index 75cc872a1..4b8d6a3c2 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,4 +1,4 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. -export * from "https://raw.githubusercontent.com/denoland/automation/0.9.2/mod.ts"; -export * from "https://raw.githubusercontent.com/denoland/automation/0.9.2/github_actions.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.11.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.11.0/github_actions.ts"; |