wangyang0918 commented on code in PR #229:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/229#discussion_r877779395
##########
tools/releasing/update_branch_version.sh:
##########
@@ -64,7 +64,11 @@ perl -pi -e "s#^ENV OPERATOR_VERSION=.*#ENV
OPERATOR_VERSION=${NEW_VERSION}#" Do
# change Helm chart version info
perl -pi -e "s#^version: .*#version: ${NEW_VERSION}#"
helm/flink-kubernetes-operator/Chart.yaml
perl -pi -e "s#^appVersion: .*#appVersion: ${NEW_VERSION}#"
helm/flink-kubernetes-operator/Chart.yaml
-
+#change version of documentation
+cd docs
+perl -pi -e "s#^ Version = .*# Version = \"${NEW_VERSION}\"#" config.toml
+perl -pi -e "s#^ VersionTitle = .*# VersionTitle = \"${NEW_VERSION}\"#"
config.toml
+cd ..
Review Comment:
I do not mean to update the release branch, but the main branch. It is still
`1.0-SNAPSHOT`, not `1.1-SNAPSHOT`.
https://github.com/apache/flink-kubernetes-operator/blob/main/docs/config.toml#L37
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]