mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Add usage to mark-new-version
This commit is contained in:
parent
307fbeec3f
commit
9c952eec3e
@ -20,6 +20,11 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
if [ "$#" -ne 1 ]; then
|
||||||
|
echo "Usage: ${0} <version>"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||||
|
|
||||||
NEW_VERSION=${1-}
|
NEW_VERSION=${1-}
|
||||||
|
Loading…
Reference in New Issue
Block a user