summaryrefslogtreecommitdiff
path: root/tools/release/helpers/mod.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-01 15:40:32 -0500
committerGitHub <noreply@github.com>2022-03-01 15:40:32 -0500
commit4be0365fb8251a8614f16e6162f4f43c9885d2a3 (patch)
tree22a9a476053487c8ac22e53e20aea4bb483fbb97 /tools/release/helpers/mod.ts
parent6a030a5396f9c838b4d4523f43ab2d9e2f502e04 (diff)
chore(tools): use automation scripts from automation repo (#13796)
Diffstat (limited to 'tools/release/helpers/mod.ts')
-rw-r--r--tools/release/helpers/mod.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/release/helpers/mod.ts b/tools/release/helpers/mod.ts
deleted file mode 100644
index 2cf00c352..000000000
--- a/tools/release/helpers/mod.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
-
-export * from "./cargo.ts";
-export * from "./crates_io.ts";
-export * from "./deno_workspace.ts";
-export {
- formatGitLogForMarkdown,
- getCratesPublishOrder,
- getGitLogFromTag,
-} from "./helpers.ts";