Skip to content

Commit

Permalink
update release-guide_dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Sep 27, 2024
1 parent 44590bb commit ea51ee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.

Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>` 上传密钥到公钥服务器

Expand All @@ -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)

注意:

Expand Down

0 comments on commit ea51ee3

Please sign in to comment.