This commit is contained in:
Haowei Cai 2021-10-03 15:18:00 -07:00
parent 96dade6021
commit 0684397d63

View File

@ -40,7 +40,7 @@ source scripts/util/changelog.sh
source scripts/util/common.sh
util::common::check_sed
go get k8s.io/release/cmd/release-notes
go install k8s.io/release/cmd/release-notes@latest
TARGET_RELEASE=${TARGET_RELEASE:-"v$(grep "^CLIENT_VERSION = \"" scripts/constants.py | sed "s/CLIENT_VERSION = \"//g" | sed "s/\"//g")"}