diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-04 22:28:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 22:28:23 -0500 |
commit | 96dc7421ae1dccb90e0645b665f1f7df75f41fe4 (patch) | |
tree | 79b02529899eacf8d33bb402e52a968a5a021221 /tools/release/deps.ts | |
parent | 7e3496403a3d4718ead14e8c5422e9c70fc2129b (diff) |
chore: automatically update Releases.md when doing a release (#13837)
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r-- | tools/release/deps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts index df7a4fc60..4a1ec8725 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,3 +1,3 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. -export * from "https://raw.githubusercontent.com/denoland/automation/0.2.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.3.0/mod.ts"; |