Skip to content

Commit

Permalink
misc: use 'go install' in _install_github_release_notes make target
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Sep 10, 2024
1 parent e89f54c commit 9e674f7
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 @@ -160,7 +160,7 @@ clean:

.PHONY: _install_github_release_notes
_install_github_release_notes:
@GO111MODULE=off go get -u github.com/digitalocean/github-changelog-generator
go install github.com/digitalocean/github-changelog-generator@latest

.PHONY: _changelog
_changelog: _install_github_release_notes
Expand Down

0 comments on commit 9e674f7

Please sign in to comment.