This is an automated email from the ASF dual-hosted git repository.
rainyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0f81eca9dee update release step. (#3138)
0f81eca9dee is described below
commit 0f81eca9dee866b5bbf6aed9e80d0e67c0480e9c
Author: Rain Yu <[email protected]>
AuthorDate: Wed Nov 5 21:49:17 2025 +0800
update release step. (#3138)
---
content/zh-cn/contact/committer/release-guide/java-sdk.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/content/zh-cn/contact/committer/release-guide/java-sdk.md
b/content/zh-cn/contact/committer/release-guide/java-sdk.md
index 7f3b9f8a8ef..155124cf968 100644
--- a/content/zh-cn/contact/committer/release-guide/java-sdk.md
+++ b/content/zh-cn/contact/committer/release-guide/java-sdk.md
@@ -87,6 +87,10 @@ sub rsa4096/D3D6984B 2018-04-26
$ gpg --keyserver pgpkeys.mit.edu --send-key 28681CB1
#
其中,pgpkeys.mit.edu为随意挑选的keyserver,keyserver列表为:https://sks-keyservers.net/status/,为相互之间是自动同步的,选任意一个都可以。
```
+
+PS: 上文bash中两个server地址均无法打开,可以使用直接使用网页上传:
+`https://keyserver.ubuntu.com/`
+
如果有多个 public key,设置默认 key。修改`~/.gnupg/gpg.conf`
```sh
@@ -189,8 +193,7 @@ $ mvn deploy -Prelease -DskipTests
所有被deploy到远程[maven仓库](http://repository.apache.org)的Artifacts都会处于staging状态
#### 注意点
-
-- 在deploy执行过程中,有可能因为网络等原因被中断,如果是这样,可以重新开始执行。
+- 在deploy执行过程中,有可能因为网络等原因被中断,如果是这样,会有文件分散在各个包中,需要删除nexus上的包重新开始执行。
- deploy执行到maven仓库的时候,请确认下包的总量是否正确。多次出现了包丢失的情况,特别是dubbo-parent包。
@@ -406,6 +409,8 @@ The Apache Dubbo Team
## 正式发布
+NOTICE:正式发布中的1,2,3步必须PMC才能执行,这是Apache的要求,因为PMC才有项目(Release)的管理权
+
1.
将[dev](https://dist.apache.org/repos/dist/dev/dubbo)目录下的发布包添加到[release](https://dist.apache.org/repos/dist/release/dubbo)目录下,KEYS有更新的,也需要同步更新。
2. 删除[dev](https://dist.apache.org/repos/dist/dev/dubbo)目录下的发布包
3.
删除[release](https://dist.apache.org/repos/dist/release/dubbo)目录下上一个版本的发布包,这些包会被自动保存在[这里](https://archive.apache.org/dist/dubbo)