Skip to content

Commit

Permalink
[ci skip] Add relesing and snapshotting to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranza committed Sep 23, 2018
1 parent 1cd35cc commit 52ca47b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ test: ensure
go test -v -coverprofile=coverage.out $$(go list ./... | grep -v '/vendor/') && go tool cover -func=coverage.out

build: ensure
go build
go build

snapshot:
goreleaser --rm-dist --snapshot

release: ensure
goreleaser --rm-dist

0 comments on commit 52ca47b

Please sign in to comment.