This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit a35a3656e904343d17cbf919e7e7202d12cc18da Author: Kenneth Knowles <[email protected]> AuthorDate: Thu Dec 14 08:31:47 2017 -0800 Move reporter.apache.org step to finalize section --- src/contribute/release-guide.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md index bbf19df..bb9e028 100644 --- a/src/contribute/release-guide.md +++ b/src/contribute/release-guide.md @@ -465,6 +465,10 @@ Merge the website pull request to [list the release]({{ site.baseurl }}/get-star In JIRA, inside [version management](https://issues.apache.org/jira/plugins/servlet/project-config/BEAM/versions), hover over the current release and a settings menu will appear. Click `Release`, and select today’s date. +### Recordkeeping with ASF + +Use reporter.apache.org to seed the information about the release into future project reports. + ### Checklist to proceed to the next step * Maven artifacts released and indexed in the [Maven Central Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22) @@ -473,6 +477,7 @@ In JIRA, inside [version management](https://issues.apache.org/jira/plugins/serv * Website pull request to [list the release]({{ site.baseurl }}/get-started/downloads/) and publish the [API reference manual]({{ site.baseurl }}/documentation/sdks/javadoc/) merged * Release tagged in the source code repository * Release version finalized in JIRA. (Note: Not all committers have administrator access to JIRA. If you end up getting permissions errors ask on the mailing list for assistance.) +* Release version is listed at reporter.apache.org ********** @@ -488,10 +493,6 @@ Announce on the release on the user@ mailing list, listing major improvements an Announce the release on the [email protected] mailing list. -### Recordkeeping - -Use reporter.apache.org to seed the information about the release into future project reports. - ### Beam blog Major or otherwise important releases should have a blog post. Write one if needed for this particular release. Minor releases that don’t introduce new major functionality don’t necessarily need to be blogged. -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
