Skip to content

Commit

Permalink
add release command
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo <[email protected]>
  • Loading branch information
lfaoro committed Jun 3, 2019
1 parent be6744d commit 4661a7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ tag:
git tag -f -a $(tag) -m "$(tag)"
git push -f origin $(tag)

release:
cd cmd/flares && \
goreleaser release --rm-dist --config=../../.goreleaser.yml

reltest:
cd cmd/flares && \
goreleaser release --snapshot --rm-dist --skip-publish --config=../../.goreleaser.yml

dep:
go mod init || :
go mod tidy
Expand Down

0 comments on commit 4661a7c

Please sign in to comment.