This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 4d04ec4b29 update release-guide_dev.md (#896)
4d04ec4b29 is described below
commit 4d04ec4b2963fa6f310da997e636d8230d0b4f31
Author: funkye <[email protected]>
AuthorDate: Fri Sep 27 10:44:37 2024 +0800
update release-guide_dev.md (#896)
---
.../current/developers/ppmc-guide/release-guide_dev.md | 5 ++---
.../current/developers/ppmc-guide/release-guide_dev.md | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
b/i18n/en/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
index 350ae82a8d..5aa2a80bc5 100644
---
a/i18n/en/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
+++
b/i18n/en/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
@@ -30,7 +30,7 @@ Here is a brief process for generating the key:
- Generate a new `gpg` key using `gpg --full-gen-key`, setting the key length
to 4096.
- Note: You can set the key to never expire or choose a specific expiration
time based on your needs. However, you will need to update the public key after
it expires in the [DEV KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS) and the
[RELEASE KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS).
+ Note: You can set the key to never expire or choose a specific expiration
time based on your needs. However, you will need to update the public key after
it expires in the [DEV KEYS
file](https://dist.apache.org/repos/dist/dev/incubator/seata/KEYS) and the
[RELEASE KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS).
- Upload the key to a public key server using `gpg --keyserver
keys.openpgp.org --send-key <your key id>`.
@@ -48,8 +48,7 @@ The key ID is 561507DBDD81E3D5.
```
- Export the public key to a text file using the command: `gpg --armor
--output ./public-key.txt --export 561507DBDD81E3D5`.
-- Append the generated key to the [DEV KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS) and the
[RELEASE KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS).
-
+- Append the generated key to the [DEV KEYS
file](https://dist.apache.org/repos/dist/dev/incubator/seata/KEYS) and the
[RELEASE KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS).
Note:
The DEV SVN repository can be added by the Release Manager, while the RELEASE
SVN repository requires PMC permissions and can be assisted by the PMC to
upload the KEY.
diff --git
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
index 21045b6ff7..f812bdfdb7 100644
---
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
+++
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/developers/ppmc-guide/release-guide_dev.md
@@ -28,7 +28,7 @@ description: Release Guide.
- 通过` gpg --full-gen-key` 生成一个新的 `gpg` 密钥, 设置密钥长度为 4096
- 注:可设置永不过期,也可根据自己需求设置一定的过期时间,但需要在过期后更新的公钥到[DEV KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS) 和
[RELEASE KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS)
+ 注:可设置永不过期,也可根据自己需求设置一定的过期时间,但需要在过期后更新的公钥到[DEV KEYS
file](https://dist.apache.org/repos/dist/dev/incubator/seata/KEYS) 和 [RELEASE
KEYS file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS)
- 通过 `gpg --keyserver keys.openpgp.org --send-key <your key id>` 上传密钥到公钥服务器
@@ -47,7 +47,7 @@ description: Release Guide.
- 通过 `gpg --armor --output ./public-key.txt --export 561507DBDD81E3D5`
导出公钥到文本文件
-- 将生成的密钥追加到(https://dist.apache.org/repos/dist/release/incubator/seata/KEYS) 和
[RELEASE KEYS
file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS))
+- 将生成的密钥追加到[DEV KEYS
file](https://dist.apache.org/repos/dist/dev/incubator/seata/KEYS) 和 [RELEASE
KEYS file](https://dist.apache.org/repos/dist/release/incubator/seata/KEYS)
注意:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]