Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Sep 24, 2024
1 parent e8631f1 commit f266622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: release guide
title: 发版手册
keywords: [Seata]
description: Release Guide.
---
Expand Down Expand Up @@ -221,16 +221,12 @@ Source 建议直接通过github 对应版本分支如2.2.0 进行下载zip包,

`gpg --print-md SHA512 apache-seata-x.x.x-incubating-src.zip > apache-seata-x.x.x-incubating-src.zip.sha512 `

`gpg --clearsign apache-seata-2.2.0-incubating-src.zip`

`gpg --armor --output apache-seata-x.x.x-incubating-bin.zip.asc apache-seata-x.x.x-incubating-bin.zip`

Binary进行签名

`gpg --print-md SHA512 apache-seata-x.x.x-incubating-src.zip > apache-seata-x.x.x-incubating-src.zip.sha512`

`gpg --clearsign apache-seata-x.x.x-incubating-bin.tar.gz`

`gpg --armor --output apache-seata-x.x.x-incubating-bin.tar.gz.asc apache-seata-x.x.x-incubating-bin.tar.gz`

#### 2.2.4 拉取svn至本地,并构建发布版本路径,并将签名文件及Source和Binary移入其中
Expand Down Expand Up @@ -488,4 +484,3 @@ To learn more about Apache Seata , please see https://seata.apache.org/
2. 将之前上传到SVN dev中的binary和source采用相同的方式,拉取https://dist.apache.org/repos/dist/release/incubator/seata/ 然后将dev中的x.x.x移动到release ,并在dev中执行svn delete x.x.x 再svn commit 提交后删除dev下的x.x.x。再cd 至release中的seata通过svn add 将x.x.x版本提交至release路径下
3. 将之前release note设置为Set as the latest release并提交
4. 将x.x.x的文档更新至seata官网中,并补充对应binary和source的下载链接

Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,12 @@ Source 建议直接通过github 对应版本分支如2.2.0 进行下载zip包,

`gpg --print-md SHA512 apache-seata-x.x.x-incubating-src.zip > apache-seata-x.x.x-incubating-src.zip.sha512 `

`gpg --clearsign apache-seata-2.2.0-incubating-src.zip`

`gpg --armor --output apache-seata-x.x.x-incubating-bin.zip.asc apache-seata-x.x.x-incubating-bin.zip`

Binary进行签名

`gpg --print-md SHA512 apache-seata-x.x.x-incubating-src.zip > apache-seata-x.x.x-incubating-src.zip.sha512`

`gpg --clearsign apache-seata-x.x.x-incubating-bin.tar.gz`

`gpg --armor --output apache-seata-x.x.x-incubating-bin.tar.gz.asc apache-seata-x.x.x-incubating-bin.tar.gz`

#### 2.2.4 拉取svn至本地,并构建发布版本路径,并将签名文件及Source和Binary移入其中
Expand Down

0 comments on commit f266622

Please sign in to comment.