Repository: zest-java Updated Branches: refs/heads/develop 19a9ab2a7 -> 59e9d867f
ZEST-100 Minor changes Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/0b097442 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/0b097442 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/0b097442 Branch: refs/heads/develop Commit: 0b0974426162805de006ef297ba1a4ae728c3103 Parents: 19a9ab2 Author: Paul Merlin <[email protected]> Authored: Sat Jul 25 12:59:45 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sat Jul 25 12:59:45 2015 +0200 ---------------------------------------------------------------------- .../docs/tutorials/howto-releasing-apache.txt | 26 +++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/0b097442/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 d8e459b..f529318 100644 --- a/manual/src/docs/tutorials/howto-releasing-apache.txt +++ b/manual/src/docs/tutorials/howto-releasing-apache.txt @@ -370,9 +370,11 @@ The changelog for this release can be found here: https://issues.apache.org/jira Tag: https://git-wip-us.apache.org/repos/asf?p=zest-java.git;a=tag;h=cc0f8211bf47b2df72a6239c9fdcd1d6906ea246 -The artifacts to be voted on are located here: https://dist.apache.org/repos/dist/dev/zest/ +The distributions to be voted on are located here: https://dist.apache.org/repos/dist/dev/zest/ -Release artifacts are signed with the following key: https://dist.apache.org/repos/dist/dev/zest/KEYS +Convenience artifacts in a maven repository are staged here: https://repository.apache.org/content/groups/staging/org/qi4j/ + +Release distributions and convenience artifacts are signed with the following key: https://dist.apache.org/repos/dist/dev/zest/KEYS Please vote on releasing this package as Apache Zest (Java Edition) <RELEASE-VERSION>. @@ -396,12 +398,30 @@ After the vote is over, send a "RESULT" email to the list with the subject line: [RESULT][VOTE] Release Zest (Java Edition) version <RELEASE-VERSION> ---- -Votes on whether a package is ready to be released use majority approval -- i.e., at least three PMC members must vote affirmatively for release, and there must be more positive than negative votes. +Here is a sample template: + +[source,text] +---- +To: "Zest Developers List" <[email protected]> +CC: "Zest Project Management Committee List" <[email protected]> +Subject: [RESULT][VOTE] Release Zest (Java Edition) version <RELEASE-VERSION> + +Hi, +The vote has passed|failed with the following result: + ++1 (binding): <<list of names>> ++1 (non binding): <<list of names>> + +I will promote|drop the distributions and artifacts. +---- + +Votes on whether a package is ready to be released use majority approval -- i.e., at least three PMC members must vote affirmatively for release, and there must be more positive than negative votes. == VOTE passes + === Seal the release Create and sign the release git tag from the unsigned release candidate tag:
