Skip to content

Commit

Permalink
Update just release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaddeo committed Sep 3, 2024
1 parent 70bebdb commit e060c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
@list:
just --justfile "{{ justfile() }}" --list

release version *message:
npm version {{ version }} {{ if message != "" { "--message \"" + message + "\"" } else { "" } }}
release version message="Bump versions to %s":
npm version {{ version }} --message "{{ message }}"
git push --follow-tags

0 comments on commit e060c8f

Please sign in to comment.