From 866cc8f5a00d4ec5d080723c02a019bf6ae238d9 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 2 Oct 2022 17:55:05 +0100 Subject: [PATCH] Add release just script --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 542861fd..575f9c3a 100644 --- a/justfile +++ b/justfile @@ -68,6 +68,8 @@ update-linker-scripts: publish: (_run-tool "publish") +release +args: (_run-tool "release" args) + _run-tool +tool: (cd tools && cargo build) tools/target/debug/tools {{tool}}