Skip to content

Commit

Permalink
Adding release-dep to build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Dec 9, 2020
1 parent 181ad70 commit 43b289a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ release:
--rm-dist \
--release-notes <(github-release-notes -org ohsu-comp-bio -repo funnel -stop-at ${LAST_PR_NUMBER})

release-dep:
@go get github.com/goreleaser/goreleaser
@go get github.com/buchanae/github-release-notes

# Generate mocks for testing.
gen-mocks:
@go get github.com/vektra/mockery/...
Expand Down

0 comments on commit 43b289a

Please sign in to comment.