Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Release script
Browse files Browse the repository at this point in the history
  • Loading branch information
edulop committed May 28, 2019
1 parent 629b3e0 commit 5a34b22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ test: packr
packr:
packr

release: ## run a release
release: packr ## run a release
bff bump
git push
goreleaser release

release: packr
goreleaser release --rm-dist

.PHONY: build test packr release

0 comments on commit 5a34b22

Please sign in to comment.