You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/07/22 16:13:30 UTC

[03/12] zest-qi4j git commit: ZEST-100 Warn about unix-like-only process

ZEST-100 Warn about unix-like-only process


Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/ba94c739
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/ba94c739
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/ba94c739

Branch: refs/heads/develop
Commit: ba94c739bbab69d5205dd80cd78761f1c17e891b
Parents: c597e28
Author: Paul Merlin <pa...@apache.org>
Authored: Wed Jul 22 13:50:29 2015 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Wed Jul 22 13:51:55 2015 +0200

----------------------------------------------------------------------
 manual/src/docs/tutorials/howto-releasing-apache.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/ba94c739/manual/src/docs/tutorials/howto-releasing-apache.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/tutorials/howto-releasing-apache.txt b/manual/src/docs/tutorials/howto-releasing-apache.txt
index bd22cec..009d2ca 100644
--- a/manual/src/docs/tutorials/howto-releasing-apache.txt
+++ b/manual/src/docs/tutorials/howto-releasing-apache.txt
@@ -26,12 +26,16 @@ It describes the tools and processes of a typical release.
 It is intended to be a recommendation of best practices for the Apache Zest™ project.
 The instructions provided here are consistent with, but not a replacement for the https://www.apache.org/dev/release.html[ASF Release Guidelines].
 
-Before going further you obviously should have read the <<build-system, Build System>> tutorial and already built Zest™ from source, signing included.
-
+[WARNING]
+====
+You need a unix-like environment to actually perform the release process.
+This tutorial is known to work on Linux and Mac.
+====
 
 
 // TODOs
 // - review commands for managing dev/release dist uploads, they may be too greedy
+Before going further you obviously should have read the <<build-system, Build System>> tutorial and already built Zest™ from source, signing included.