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 68887200B49 for ; Mon, 4 Jul 2016 11:37:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 676C2160A55; Mon, 4 Jul 2016 09:37:14 +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 D4A28160A85 for ; Mon, 4 Jul 2016 11:37:12 +0200 (CEST) Received: (qmail 18080 invoked by uid 500); 4 Jul 2016 09:37:12 -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 17771 invoked by uid 99); 4 Jul 2016 09:37:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 09:37:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5F41F1805E6 for ; Mon, 4 Jul 2016 09:37:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id RwyJyJdeOwpB for ; Mon, 4 Jul 2016 09:37:09 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 631D25FD75 for ; Mon, 4 Jul 2016 09:37:08 +0000 (UTC) Received: (qmail 15598 invoked by uid 99); 4 Jul 2016 09:37: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; Mon, 04 Jul 2016 09:37:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3DE4BED22B; Mon, 4 Jul 2016 09:37:07 +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: Mon, 04 Jul 2016 09:37:28 -0000 Message-Id: In-Reply-To: <967566acd5e4488bb8064107110c3c69@git.apache.org> References: <967566acd5e4488bb8064107110c3c69@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/50] incubator-commonsrdf git commit: complemented release process archived-at: Mon, 04 Jul 2016 09:37:14 -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/jena 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.