pan3793 commented on code in PR #5273:
URL: https://github.com/apache/kyuubi/pull/5273#discussion_r1322286837
##########
docs/community/release.md:
##########
@@ -191,13 +191,15 @@ The tag pattern is
`v${RELEASE_VERSION}-rc${RELEASE_RC_NO}`, e.g. `v1.7.0-rc0`
```shell
# Bump to the release version
build/mvn versions:set -DgenerateBackupPoms=false
-DnewVersion="${RELEASE_VERSION}"
+(cd kyuubi-server/web-ui && npm version "${RELEASE_VERSION}")
Review Comment:
`npm version` handles that
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]