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

Commit

Permalink
Release script (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez authored May 28, 2019
1 parent b0f1403 commit 629b3e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ test: packr
packr:
packr

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

release: packr
goreleaser release --rm-dist

Expand Down

0 comments on commit 629b3e0

Please sign in to comment.