You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/04/14 00:56:33 UTC

[4/6] incubator-tamaya git commit: Updated Release Guide.

Updated Release Guide.


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

Branch: refs/heads/master
Commit: 64f9774ea0068f8247b7db0bf2d5551073008a35
Parents: e8f0b4a
Author: anatole <an...@apache.org>
Authored: Wed Apr 6 08:40:32 2016 +0200
Committer: anatole <an...@apache.org>
Committed: Wed Apr 6 08:40:32 2016 +0200

----------------------------------------------------------------------
 src/site/asciidoc/release-guide.adoc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/64f9774e/src/site/asciidoc/release-guide.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/release-guide.adoc b/src/site/asciidoc/release-guide.adoc
index 9e74349..b47b1dc 100644
--- a/src/site/asciidoc/release-guide.adoc
+++ b/src/site/asciidoc/release-guide.adoc
@@ -118,10 +118,24 @@ mvn deploy -DperformRelease=true -Dgpg.keyname=1336D3E6 -Dgpg.passphrase=XXXXXX
 
 [listing,text]
 ----------------------------------------
+git add -A
+git commit -m "Release Prepare: Set release version."
 git tag vote01-[release-version]
 git push --tags
 ----------------------------------------
 
+Finally open the next development version:
+
+[listing,text]
+----------------------------------------
+# example: newVersion=0.3-incubating-SNAPSHOT
+mvn version:set versions:commit -DnewVersion=[development-version]
+git add -A
+git commit -m "Release Prepare: Open new development version."
+----------------------------------------
+
+
+
 * Add the distribution artifacts to the dev repositories:
 
 [listing,text]