We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dade6 commit 0684397Copy full SHA for 0684397
scripts/update-submodule.sh
@@ -40,7 +40,7 @@ source scripts/util/changelog.sh
40
source scripts/util/common.sh
41
42
util::common::check_sed
43
-go get k8s.io/release/cmd/release-notes
+go install k8s.io/release/cmd/release-notes@latest
44
45
TARGET_RELEASE=${TARGET_RELEASE:-"v$(grep "^CLIENT_VERSION = \"" scripts/constants.py | sed "s/CLIENT_VERSION = \"//g" | sed "s/\"//g")"}
46
0 commit comments