We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96dade6 + 0684397 commit 8a36dfbCopy full SHA for 8a36dfb
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