ZEST-100 Warn about unix-like-only process
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/ba94c739 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/ba94c739 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/ba94c739 Branch: refs/heads/master Commit: ba94c739bbab69d5205dd80cd78761f1c17e891b Parents: c597e28 Author: Paul Merlin <[email protected]> Authored: Wed Jul 22 13:50:29 2015 +0200 Committer: Paul Merlin <[email protected]> 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-java/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.
