Repository: ant-ivy Updated Branches: refs/heads/master 71e0d6486 -> ad90d4b7e
Suggest a mail template to announce a release Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/ad90d4b7 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/ad90d4b7 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/ad90d4b7 Branch: refs/heads/master Commit: ad90d4b7e88ddc7f81ea2115973d950f1b37d7b9 Parents: 71e0d64 Author: Nicolas LaleveÌe <[email protected]> Authored: Sun Apr 22 20:29:11 2018 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun Apr 22 20:29:11 2018 +0200 ---------------------------------------------------------------------- asciidoc/dev/makerelease.adoc | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/ad90d4b7/asciidoc/dev/makerelease.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/dev/makerelease.adoc b/asciidoc/dev/makerelease.adoc index de649cc..1faacfb 100644 --- a/asciidoc/dev/makerelease.adoc +++ b/asciidoc/dev/makerelease.adoc @@ -247,6 +247,42 @@ If the Eclipse update site has already been prepared to include that new Ivy rel Announce the release on the [email protected], [email protected], [email protected] and [email protected] mailing lists. Note that [email protected] only accepts emails sent with an @apache.org address. +Suggested template: + +[source] +---- +Subject: [Announce] Release of Apache Ivy ${version} + +The Apache Ivy project is pleased to announce its ${version} release. + +Apache Ivy is a tool for managing (recording, tracking, resolving and +reporting) project dependencies, characterized by flexibility, +configurability, and tight integration with Apache Ant. + +Key features of this ${version} release are: + +XXXX INCLUDE THE PARAGRAPH FROM THE RELEASE NOTES XXXX + +XXXX SUGGESTED PARAGRAPH FOR RC +As a release candidate version, we strongly encourage the use of this version for +testing and validation. From now on, features are frozen until final ${version} version, +only bug fixes will be applied before ${version}. If no outstanding bugs are reported +with this release candidate, it will promoted to ${version} about three weeks after this +release candidate. + +Issues should be reported to: +https://issues.apache.org/jira/browse/IVY + +Download the release at: +http://ant.apache.org/ivy/download.cgi + +More information can be found on the Ivy website: +http://ant.apache.org/ivy/ + +Regards, +${me} +---- + ==== 17. Update this doc If you feel like anything is missing or misleading in this release doc, update it as soon as you encounter the problem.
