Skip to content

Commit

Permalink
Add make setup step to release instructions (Snowflake-Labs#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Mar 26, 2021
1 parent 731d04f commit 3d29ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ifndef KEYBASE_KEY_ID
endif
.PHONY: check-release-prereqs

release: check-release-prereqs ## run a release
release: setup check-release-prereqs ## run a release
./bin/bff bump
git push
goreleaser release --debug --rm-dist
Expand Down

0 comments on commit 3d29ed6

Please sign in to comment.