You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2017/09/21 01:29:26 UTC

[2/2] calcite git commit: Add note about SNAPSHOT version when performing release dry run

Add note about SNAPSHOT version when performing release dry run


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/5d753824
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/5d753824
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/5d753824

Branch: refs/heads/branch-1.14
Commit: 5d753824dea504ab2abdc27b2230a3a04f5b3057
Parents: 1b84dad
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Wed Sep 20 21:29:10 2017 -0400
Committer: Michael Mior <mm...@uwaterloo.ca>
Committed: Wed Sep 20 21:29:10 2017 -0400

----------------------------------------------------------------------
 site/_docs/howto.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/5d753824/site/_docs/howto.md
----------------------------------------------------------------------
diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index e238356..9668585 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -495,7 +495,9 @@ mvn clean
 mvn -DdryRun=true -DskipTests -DreleaseVersion=X.Y.Z -DdevelopmentVersion=X.Y+1.Z-SNAPSHOT -Papache-release -Darguments="-Dgpg.passphrase=${GPG_PASSPHRASE}" release:prepare 2>&1 | tee /tmp/prepare-dry.log
 {% endhighlight %}
 
-Check the artifacts:
+Check the artifacts.
+Note that when performing the dry run `SNAPSHOT` will appear in any file or directory names given below.
+The version will be automatically changed when performing the release for real.
 
 * In the `target` directory should be these 8 files, among others:
   * apache-calcite-X.Y.Z-src.tar.gz