From b366caabf8af80565525275b0fabda2d798c2268 Mon Sep 17 00:00:00 2001 From: crdx Date: Sat, 30 Dec 2023 19:33:32 +0000 Subject: [PATCH] Move release recipe to internal.just --- .gitignore | 2 ++ Justfile | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 86e4669..91cb90a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /coverage/ /pkg/ +# sfe: ignore next +internal.just diff --git a/Justfile b/Justfile index 74b039d..7e1e379 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,7 @@ BIN := 'bundle exec ruby -Ilib bin/enparallel' +import? 'internal.just' + [private] @help: just --list --unsorted @@ -16,10 +18,6 @@ clean: install: bundle exec rake install -# deploy the gem to rubygems.org -release: - bundle exec rake release - # run the gem's binary run +args: {{ BIN }} "{{ args }}"