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 8947A200B58 for ; Tue, 12 Jul 2016 23:05:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 87F86160A53; Tue, 12 Jul 2016 21:05:23 +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 CD6DD160A75 for ; Tue, 12 Jul 2016 23:05:22 +0200 (CEST) Received: (qmail 38464 invoked by uid 500); 12 Jul 2016 21:05:21 -0000 Mailing-List: contact dev-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list dev@apex.apache.org Received: (qmail 37747 invoked by uid 99); 12 Jul 2016 21:05:21 -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; Tue, 12 Jul 2016 21:05:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EEABCDFF68; Tue, 12 Jul 2016 21:05:20 +0000 (UTC) From: sashadt To: dev@apex.apache.org Reply-To: dev@apex.apache.org References: In-Reply-To: Subject: [GitHub] apex-site pull request #42: Added updating documentation to release process Content-Type: text/plain Message-Id: <20160712210520.EEABCDFF68@git1-us-west.apache.org> Date: Tue, 12 Jul 2016 21:05:20 +0000 (UTC) archived-at: Tue, 12 Jul 2016 21:05:23 -0000 Github user sashadt commented on a diff in the pull request: https://github.com/apache/apex-site/pull/42#discussion_r70522203 --- Diff: src/md/release.md --- @@ -150,6 +150,47 @@ mkdir svn-dist && cp *-source-* svn-dist/ svn import svn-dist https://dist.apache.org/repos/dist/dev/apex/${RNAME}-RC1 -m "Apache Apex v${rv}-RC1" ``` +## Build and Deploy Documentation + +The documentation will be generated as static HTML files and copied into the ```apex-site``` repository. It will be available at an alternate URL location until the release is promoted, at which time it will also be promoted to the main website location. --- End diff -- Every major release is always available at docs/apex-MAJOR.MINOR. Every time new MAJOR.MINOR release is produced, it is also linked to docs/apex. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---