Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FE3018B6B for ; Tue, 1 Dec 2015 21:25:45 +0000 (UTC) Received: (qmail 89668 invoked by uid 500); 1 Dec 2015 21:25:45 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 89642 invoked by uid 500); 1 Dec 2015 21:25:45 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 89628 invoked by uid 99); 1 Dec 2015 21:25:44 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2015 21:25:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6B08CC093F for ; Tue, 1 Dec 2015 21:25:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id cvMQAd0J3F4k for ; Tue, 1 Dec 2015 21:25:31 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 81E6943AC8 for ; Tue, 1 Dec 2015 21:25:30 +0000 (UTC) Received: (qmail 89452 invoked by uid 99); 1 Dec 2015 21:25:30 -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, 01 Dec 2015 21:25:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E131BE08B3; Tue, 1 Dec 2015 21:25:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-tinkerpop git commit: Add a note about removing past releases from dist. Date: Tue, 1 Dec 2015 21:25:29 +0000 (UTC) Repository: incubator-tinkerpop Updated Branches: refs/heads/master fdd853bc3 -> ae756c4ef Add a note about removing past releases from dist. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/ae756c4e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/ae756c4e Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/ae756c4e Branch: refs/heads/master Commit: ae756c4efff0e8239d0191a1cf20e5225f604a39 Parents: fdd853b Author: Stephen Mallette Authored: Tue Dec 1 16:25:07 2015 -0500 Committer: Stephen Mallette Committed: Tue Dec 1 16:25:07 2015 -0500 ---------------------------------------------------------------------- docs/src/dev/developer/release.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ae756c4e/docs/src/dev/developer/release.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc index 33a6db9..02419c8 100644 --- a/docs/src/dev/developer/release.asciidoc +++ b/docs/src/dev/developer/release.asciidoc @@ -151,6 +151,7 @@ Release & Promote . `svn co --depth empty https://dist.apache.org/repos/dist/dev/incubator/tinkerpop dev; svn up dev/x.y.z` . `svn co --depth empty https://dist.apache.org/repos/dist/release/incubator/tinkerpop release; mkdir release/x.y.z` . `cd release; svn add x.y.z/; svn ci -m "TinkerPop x.y.z release"` +. If there is are releases present in SVN that represents lines of code that are no longer under development, then remove those releases. In other words, if `3.1.0-incubating` is present and `3.1.1-incubating` is released then remove `3.1.0-incubating`. However, if `3.0.2-incubating` is present and that line of code is still under potential development, it may stay. . Update homepage with references to latest distribution and to other internal links elsewhere on the page. . Wait for Apache Central to sync the jars and src (link:http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]). . Announce release on `dev@`/`gremlin-users@` mailing lists and tweet from `@apachetinkerpop`