Skip to content

Commit

Permalink
Move release recipe to internal.just
Browse files Browse the repository at this point in the history
  • Loading branch information
crdx committed Dec 30, 2023
1 parent d69cccb commit b366caa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/coverage/
/pkg/
# sfe: ignore next
internal.just
6 changes: 2 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BIN := 'bundle exec ruby -Ilib bin/enparallel'

import? 'internal.just'

[private]
@help:
just --list --unsorted
Expand All @@ -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 }}"
Expand Down

0 comments on commit b366caa

Please sign in to comment.