Skip to content

Commit

Permalink
Add release to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mxygem committed Jul 8, 2021
1 parent dddeb50 commit 7d14589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ local-image:
tuber \
/app/tuber adminserver -y

release *version:
git tag -a {{version}} -m "{{version}}"
goreleaser --rm-dist

remove-tag *version:
git tag -d {{version}}
git push origin :{{version}}

0 comments on commit 7d14589

Please sign in to comment.