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 D6E5F200B8D for ; Thu, 8 Sep 2016 17:31:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D58B5160ADB; Thu, 8 Sep 2016 15:31:35 +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 0B54A160AD5 for ; Thu, 8 Sep 2016 17:31:34 +0200 (CEST) Received: (qmail 43778 invoked by uid 500); 8 Sep 2016 15:31:34 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 43766 invoked by uid 99); 8 Sep 2016 15:31:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 15:31:34 +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 B1AF5C14D7 for ; Thu, 8 Sep 2016 15:31:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id iBFFa6rYbzEo for ; Thu, 8 Sep 2016 15:31:31 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 02AA160E48 for ; Thu, 8 Sep 2016 15:31:30 +0000 (UTC) Received: (qmail 43084 invoked by uid 99); 8 Sep 2016 15:31: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; Thu, 08 Sep 2016 15:31:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2C3D7E08B7; Thu, 8 Sep 2016 15:31:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: stain@apache.org To: commits@commonsrdf.incubator.apache.org Date: Thu, 08 Sep 2016 15:31:44 -0000 Message-Id: In-Reply-To: <3c718392e03740a1b7d60ec78c1dc9db@git.apache.org> References: <3c718392e03740a1b7d60ec78c1dc9db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/50] incubator-commonsrdf git commit: complemented release process archived-at: Thu, 08 Sep 2016 15:31:35 -0000 complemented release process Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/471b80c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/471b80c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/471b80c2 Branch: refs/heads/jsonld-java Commit: 471b80c232ef8aa52df691c8c7744be070c8844b Parents: ae3103a Author: Sergio Fernández Authored: Thu May 12 17:20:49 2016 -0700 Committer: Sergio Fernández Committed: Thu May 12 17:20:49 2016 -0700 ---------------------------------------------------------------------- RELEASE-PROCESS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/471b80c2/RELEASE-PROCESS.md ---------------------------------------------------------------------- diff --git a/RELEASE-PROCESS.md b/RELEASE-PROCESS.md index 1aa08b1..9a96c25 100644 --- a/RELEASE-PROCESS.md +++ b/RELEASE-PROCESS.md @@ -3,7 +3,13 @@ 1. Clean build: `mvn clean install` 2. RAT checking: `mvn apache-rat:check` 3. Prepare the release: `mvn release:prepare -DreleaseVersion=0.2.0-incubating -DdevelopmentVersion=0.3.0-incubating-SNAPSHOT -DautoVersionSubmodules=true` -4. Perform the release: `mvn release:perform` +4. Perform the release: `mvn release:perform -Prelease` 5. Close the staging repository at https://repository.apache.org/#stagingRepositories 6. Push the code: `git push` and tag `git push --tags` -6. Cast the vote mail to dev@commonsrdf +7. Cast the vote mail to dev@commonsrdf + +Notice that the `maven-release-plugin` is configured to use the local git repository as well as not push changes +to `origin`. Therefore the process can be reverted (e.g., `git reset HEAD~1`) at any time before the sixth step. + +Acknowledgements to the [Marmotta's release process](https://wiki.apache.org/marmotta/ReleaseProcess) that heavily +inspired this one.