Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 80490200C0E for ; Wed, 28 Dec 2016 02:38:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7D3CA160B31; Wed, 28 Dec 2016 01:38:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CF889160B3D for ; Wed, 28 Dec 2016 02:38:07 +0100 (CET) Received: (qmail 34439 invoked by uid 500); 28 Dec 2016 01:38:07 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 34408 invoked by uid 99); 28 Dec 2016 01:38:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2016 01:38:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DBD2AF214C; Wed, 28 Dec 2016 01:38:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: davor@apache.org To: commits@beam.apache.org Date: Wed, 28 Dec 2016 01:38:08 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/4] beam-site git commit: Regenerate website archived-at: Wed, 28 Dec 2016 01:38:08 -0000 Regenerate website Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/99e1fb13 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/99e1fb13 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/99e1fb13 Branch: refs/heads/asf-site Commit: 99e1fb131bcb672286e2696fed2f9693964c43bc Parents: 58cf95d Author: Davor Bonaci Authored: Tue Dec 27 17:37:38 2016 -0800 Committer: Davor Bonaci Committed: Tue Dec 27 17:37:38 2016 -0800 ---------------------------------------------------------------------- content/contribute/release-guide/index.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam-site/blob/99e1fb13/content/contribute/release-guide/index.html ---------------------------------------------------------------------- diff --git a/content/contribute/release-guide/index.html b/content/contribute/release-guide/index.html index 9e7c8e7..74d3b96 100644 --- a/content/contribute/release-guide/index.html +++ b/content/contribute/release-guide/index.html @@ -536,18 +536,13 @@ TAG="v${VERSION}-RC${RC_NUM}"

The final step of building the candidate is to propose a website pull request.

-

Add the new release to the Apache Beam Releases page, as follows:

+

Start by updating release_latest version flag in the top-level _config.yml, and list the new release in the Apache Beam Downloads, linking to the source code download and the Release Notes in JIRA.

-
    -
  • Update the <version> tags in the sample pom.xml snippet to the new release.
  • -
  • Add the new version to the Release Notes section below, along with links to the source code download and the Release Notes in JIRA.
  • -
- -

Add the new Javadoc to SDK API Reference page page, as follows:

+

Add the new Javadoc to SDK API Reference page page, as follows:

    -
  • Copy the generated Javadoc into the website repository: cp -r ${JAVADOC_ROOT} learn/sdks/javadoc/${VERSION}.
  • -
  • Update the Javadoc link on this page to point to the new version.
  • +
  • Copy the generated Javadoc into the website repository: cp -r ${JAVADOC_ROOT} documentation/sdks/javadoc/${VERSION}.
  • +
  • Update the Javadoc link on this page to point to the new version (in src/documentation/sdks/javadoc/current.md).

Finally, propose a pull request with these changes. (Don’t merge before finalizing the release.)