Skip to content

Commit

Permalink
Merge pull request #341 from dikhan/dont-get-github-release-notes-as-…
Browse files Browse the repository at this point in the history
…mod-dep

Fix release pipeline: Only install the binary and not add it to the mod deps
  • Loading branch information
dikhan committed Apr 18, 2022
2 parents fdba646 + eeb06cc commit eca9bbd
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 @@ -93,7 +93,7 @@ test-all: test integration-test
release-pre-requirements:
ifeq (, $(shell which github-release-notes))
@echo "[INFO] No github-release-notes in $(PATH), installing github-release-notes"
go get github.com/buchanae/github-release-notes@0.2.0
go install github.com/buchanae/github-release-notes@0.2.0
endif
ifeq (, $(shell which goreleaser))
@echo "[INFO] No goreleaser in $(PATH), installing goreleaser"
Expand Down

0 comments on commit eca9bbd

Please sign in to comment.