We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cc50e commit 6ec81eaCopy full SHA for 6ec81ea
1 file changed
scripts/release.sh
@@ -143,7 +143,7 @@ echo "New Kubernetes API Version: $new_k8s_api_version"
143
# Update version constants
144
sed -i "s/^KUBERNETES_BRANCH =.*$/KUBERNETES_BRANCH = \"$KUBERNETES_BRANCH\"/g" scripts/constants.py
145
sed -i "s/^CLIENT_VERSION =.*$/CLIENT_VERSION = \"$CLIENT_VERSION\"/g" scripts/constants.py
146
-sed -i "s/^DEVELOPMENT_STATUS =.*$/DEVELOPMENT_STATUS = \"$DEVELOPMENT_STATUS\"/g" scripts/constants.py
+sed -i "s:^DEVELOPMENT_STATUS =.*$:DEVELOPMENT_STATUS = \"$DEVELOPMENT_STATUS\":g" scripts/constants.py
147
git commit -am "update version constants for $CLIENT_VERSION release"
148
149
# Update CHANGELOG with API change release notes since $old_k8s_api_version.
0 commit comments