Repository: beam-site Updated Branches: refs/heads/asf-site 735ecfb45 -> 15c8077f7
[BEAM-1163] Add signature keys to the vote template (release guide) Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/0b035193 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/0b035193 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/0b035193 Branch: refs/heads/asf-site Commit: 0b0351935d3b625a6f5a0dea4befeae192b5a031 Parents: 735ecfb Author: Ismaël MejÃa <[email protected]> Authored: Thu Dec 15 21:32:09 2016 +0100 Committer: Davor Bonaci <[email protected]> Committed: Tue Dec 27 17:23:27 2016 -0800 ---------------------------------------------------------------------- src/contribute/release-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/0b035193/src/contribute/release-guide.md ---------------------------------------------------------------------- diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md index 0848e78..1383115 100644 --- a/src/contribute/release-guide.md +++ b/src/contribute/release-guide.md @@ -320,7 +320,8 @@ Start the review-and-vote thread on the dev@ mailing list. Hereâs an email tem * the official Apache source release to be deployed to dist.apache.org [2], * all artifacts to be deployed to the Maven Central Repository [3], * source code tag "v1.2.3-RC3" [4], - * website pull request listing the release and publishing the API reference manual [5]. + * website pull request listing the release and publishing the API reference manual [5], + * the release artifacts are signed with the key with fingerprint FFFFFFFF [6]. The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PPMC affirmative votes. @@ -332,6 +333,7 @@ Start the review-and-vote thread on the dev@ mailing list. Hereâs an email tem [3] link [4] link [5] link + [6] https://dist.apache.org/repos/dist/release/incubator/beam/KEYS If there are any issues found in the release candidate, reply on the vote thread to cancel the vote. Thereâs no need to wait 72 hours. Proceed to the `Fix Issues` step below and address the problem. However, some issues donât require cancellation. For example, if an issue is found in the website pull request, just correct it on the spot and the vote can continue as-is.
