You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "git-hulk (via GitHub)" <gi...@apache.org> on 2023/05/07 03:32:56 UTC

[GitHub] [incubator-kvrocks-website] git-hulk commented on a diff in pull request #101: docs: update release doc

git-hulk commented on code in PR #101:
URL: https://github.com/apache/incubator-kvrocks-website/pull/101#discussion_r1186776294


##########
community/create-a-release.md:
##########
@@ -170,7 +170,7 @@ svn ci -m "add gpg key for YOUR_NAME" # Later on, if you are asked to enter a us
 ## Create source releases and stage
 
 1. Checkout to the RELEASE BRANCH and cherry-pick commits to release
-2. Use `./x.py package source --version ${release_version} -rc ${candidate_number}` to create release tarball
+2. Use `./x.py package source --v ${release_version} -rc ${candidate_number}` to create release tarball

Review Comment:
   ```suggestion
   2. Use `./x.py package source -v ${release_version} -rc ${candidate_number}` to create release tarball
   ```



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org