You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/21 15:05:43 UTC

git commit: add missing step in the release process

Updated Branches:
  refs/heads/master 6eefd7998 -> dc66aedbd


add missing step in the release process


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/dc66aedb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/dc66aedb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/dc66aedb

Branch: refs/heads/master
Commit: dc66aedbd0dc66e1f9dd9ece0f38a845dbda1d6c
Parents: 6eefd79
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 21 15:05:33 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 21 15:05:33 2012 +0100

----------------------------------------------------------------------
 src/site/apt/releasing.apt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/dc66aedb/src/site/apt/releasing.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/releasing.apt b/src/site/apt/releasing.apt
index 9499d0f..ba1f09e 100644
--- a/src/site/apt/releasing.apt
+++ b/src/site/apt/releasing.apt
@@ -43,6 +43,14 @@ Helix release process
     You should have a GPG agent running (preferred), and confirm it works by running "gpg -ab" (type some text and press Ctrl-D).
     If you do not have a GPG agent running, make sure that you have the "apache-release" profile set in your settings.xml as shown below.
 
+   Run the release
+
++-------------
+mvn release:prepare release:perform -B
++-------------
+
+  GPG configuration
+
 +-------------
 <profile>
   <id>apache-release</id>