We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89f54c commit 798111cCopy full SHA for 798111c
Makefile
@@ -160,7 +160,7 @@ clean:
160
161
.PHONY: _install_github_release_notes
162
_install_github_release_notes:
163
- @GO111MODULE=off go get -u github.com/digitalocean/github-changelog-generator
+ go install github.com/digitalocean/github-changelog-generator@latest
164
165
.PHONY: _changelog
166
_changelog: _install_github_release_notes
0 commit comments