You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/12/28 01:27:30 UTC

[2/4] beam-site git commit: Add clarification to original pull request #111

Add clarification to original pull request #111


Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/9f64f4b3
Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/9f64f4b3
Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/9f64f4b3

Branch: refs/heads/asf-site
Commit: 9f64f4b3d0567bc223dd5e38d405999788c39d71
Parents: 0b03519
Author: Davor Bonaci <da...@google.com>
Authored: Tue Dec 27 17:26:11 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Tue Dec 27 17:26:11 2016 -0800

----------------------------------------------------------------------
 src/contribute/release-guide.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam-site/blob/9f64f4b3/src/contribute/release-guide.md
----------------------------------------------------------------------
diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md
index 1383115..8dc96dc 100644
--- a/src/contribute/release-guide.md
+++ b/src/contribute/release-guide.md
@@ -317,11 +317,10 @@ Start the review-and-vote thread on the dev@ mailing list. Here\u2019s an email tem
 
     The complete staging area is available for your review, which includes:
     * JIRA release notes [1],
-    * 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],
-    * the release artifacts are signed with the key with fingerprint FFFFFFFF [6].
+    * the official Apache source release to be deployed to dist.apache.org [2], which is signed with the key with fingerprint FFFFFFFF [3],
+    * all artifacts to be deployed to the Maven Central Repository [4],
+    * source code tag "v1.2.3-RC3" [5],
+    * website pull request listing the release and publishing the API reference manual [6].
 
     The vote will be open for at least 72 hours. It is adopted by majority approval, with at least 3 PPMC affirmative votes.
 
@@ -330,10 +329,10 @@ Start the review-and-vote thread on the dev@ mailing list. Here\u2019s an email tem
 
     [1] link
     [2] link
-    [3] link
+    [3] https://dist.apache.org/repos/dist/release/incubator/beam/KEYS
     [4] link
     [5] link
-    [6] https://dist.apache.org/repos/dist/release/incubator/beam/KEYS
+    [6] link
 
 If there are any issues found in the release candidate, reply on the vote thread to cancel the vote. There\u2019s no need to wait 72 hours. Proceed to the `Fix Issues` step below and address the problem. However, some issues don\u2019t 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.