Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update release-guide_dev.md #896

Merged
merged 31 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8bcb447
update 2.1 docs
funky-eyes Sep 18, 2024
a663ba3
update 2.1 docs
funky-eyes Sep 18, 2024
dcf4557
update 2.1 docs
funky-eyes Sep 18, 2024
30d8960
Merge branch 'docusaurus' of github.com:seata/seata.github.io into 0918
funky-eyes Sep 19, 2024
86e3f7e
update 2.1 docs
funky-eyes Sep 19, 2024
e5fee81
update 2.1 docs
funky-eyes Sep 19, 2024
6613cdb
update 2.1 docs
funky-eyes Sep 19, 2024
c2f7795
t pushMerge branch 'docusaurus' of github.com:seata/seata.github.io i…
funky-eyes Sep 19, 2024
1441916
update 2.1 docs
funky-eyes Sep 19, 2024
8d47d71
Merge branch 'docusaurus' of github.com:seata/seata.github.io into 0918
funky-eyes Sep 19, 2024
4f9a1ca
update 2.1 docs
funky-eyes Sep 19, 2024
d389ad2
Merge branch 'docusaurus' of github.com:seata/seata.github.io into 0918
funky-eyes Sep 21, 2024
6fe46ba
add release-guide.md
funky-eyes Sep 21, 2024
6ab629f
add release-guide.md
funky-eyes Sep 21, 2024
23c70d9
add release-guide.md
funky-eyes Sep 21, 2024
4214a7e
add release-guide.md
funky-eyes Sep 21, 2024
82b8a37
add release-guide.md
funky-eyes Sep 21, 2024
96cc43d
add release-guide.md
funky-eyes Sep 21, 2024
5c80491
add release-guide.md
funky-eyes Sep 21, 2024
90f467e
add release-guide.md
funky-eyes Sep 21, 2024
48ff99c
add release-guide.md
funky-eyes Sep 21, 2024
e8631f1
add release-guide.md
funky-eyes Sep 21, 2024
f266622
update
funky-eyes Sep 24, 2024
c9ef0f2
update
funky-eyes Sep 25, 2024
f468188
update
funky-eyes Sep 26, 2024
2746db9
update
funky-eyes Sep 26, 2024
8b03cd6
update
funky-eyes Sep 26, 2024
486afce
update
funky-eyes Sep 26, 2024
aaacc4a
update
funky-eyes Sep 26, 2024
44590bb
Merge branch 'docusaurus' of github.com:seata/seata.github.io into 0918
funky-eyes Sep 27, 2024
ea51ee3
update release-guide_dev.md
funky-eyes Sep 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading