From 624c0bd2f834244783c288bad73ad8e1af71be9e Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Wed, 2 Jul 2025 15:04:54 -0400 Subject: [PATCH] start work on release recipe --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index aad761d..42a54d9 100644 --- a/justfile +++ b/justfile @@ -15,6 +15,10 @@ clean-wasm-pack: cat pkg/rudus.js.backup | tail -n+2>> pkg/rudus.js rm pkg/rudus.js.backup +from-branch := shell("git branch --show-current") + +release: + echo "{{from-branch}}" serve: open http://localhost:8080/index.html && miniserve pkg