diff --git a/hack/render-release-notes.sh b/hack/render-release-notes.sh index a59c85c73..5528519ba 100755 --- a/hack/render-release-notes.sh +++ b/hack/render-release-notes.sh @@ -11,7 +11,7 @@ end() { trap end EXIT SIGINT SIGTERM SIGSTOP -GOFLAGS=-mod=readonly go install k8s.io/release/cmd/release-notes@latest +GOFLAGS=-mod=readonly go install k8s.io/release/cmd/release-notes@v0.13.0 release-notes \ --list-v2 \ --go-template go-template:$script_dir/release-notes.tmpl \