Skip to content

Commit

Permalink
🔧 Declare just recipe for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
itsabdelrahman committed Jul 17, 2022
1 parent 19f9f44 commit be14167
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ build:
test:
go clean -testcache
CGO_ENABLED="0" go test -v ./...

publish version:
@echo 'Publishing {{version}} ...'
git tag -a {{version}} -m "{{version}}" -s
git push origin {{version}}
goreleaser release --rm-dist

0 comments on commit be14167

Please sign in to comment.