Skip to content

Commit

Permalink
Update how-to-release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kumfo authored Jul 25, 2024
1 parent eb56367 commit 029d87c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ $ svn mv https://dist.apache.org/repos/dist/dev/incubator/answer/{release-versio
### RC 标签
当你想发布新版本时,你需要先在 git 存储库中创建一个新的 RC 标签。标签名称应该是`v{release-version}-rc{rc-version}`

例如,如果你想发布 `1.2.0` 版本,则需要创建一个名为 `v1.2.0-RC1` 的标签。RC 的意思是候选。发布投票通过后,你需要根据RC标签创建一个名为 `v1.2.0-RC2` 的新标签。但是,如果投票未通过,你可以解决问题,并创建一个新的RC标签,如 `v1.2.0-RC2`,然后开始新的投票。
例如,如果你想发布 `1.2.0` 版本,则需要创建一个名为 `v1.2.0-RC1` 的标签。RC 的意思是候选。发布投票通过后,你需要根据RC标签创建一个名为 `v1.2.0` 的新标签。但是,如果投票未通过,你可以解决问题,并创建一个新的RC标签,如 `v1.2.0-RC2`,然后开始新的投票。

0 comments on commit 029d87c

Please sign in to comment.