This is an automated email from the ASF dual-hosted git repository.

suiliangliang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 82010380 fix:  Description lack parameters (#219)
82010380 is described below

commit 820103806587280e7c167c2c46ed263c11ed04a6
Author: PAN <[email protected]>
AuthorDate: Wed Apr 23 17:28:26 2025 +0800

    fix:  Description lack parameters (#219)
    
    The command cannot be executed because of the lack of parameters
    
    <img width="361" alt="image"
    
src="https://github.com/user-attachments/assets/81553764-88a2-4e33-af5a-2c18c08a1d34";
    />
---
 docs/community/how_to_release.md                                        | 2 +-
 .../docusaurus-plugin-content-docs/current/community/how_to_release.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md
index a954142d..7fe62385 100644
--- a/docs/community/how_to_release.md
+++ b/docs/community/how_to_release.md
@@ -205,7 +205,7 @@ If the discussion goes positive, you will need to prepare 
the release artifiacts
 ### Github branch and tag
 
 - Create a new branch named `releases-0.5.0`
-- Bump version to `$version` by executing command `python ci/release.py -l all 
-version $version`
+- Bump version to `$version` by executing command `python ci/release.py 
bump_version -l all -version $version`
 - Make a git commit and push the branch to `[email protected]:apache/fury.git`
 - Create a new tag by `git tag v0.5.0-rc1`, then push it to 
`[email protected]:apache/fury.git`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md
index 8439fe6f..4d1d040a 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/community/how_to_release.md
@@ -204,7 +204,7 @@ ${name}
 ### Github 分支和标签
 
 - 创建一个名为 `releases-0.5.0`
-- 通过执行命令将版本 `$version` 升级到 `python ci/release.py -l all -version $version`
+- 通过执行命令将版本 `$version` 升级到 `python ci/release.py bump_version -l all -version 
$version`
 - 执行 git commit 并将分支推送到 `[email protected]:apache/fury.git`
 - 通过 `git tag v0.5.0-rc1` 创建一个新标签,然后将其推送到 `[email protected]:apache/fury.git`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to