From 5a54538a05b572ef90c85669cee3db037d2fb0bf Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 27 Sep 2016 16:00:37 -0400 Subject: [PATCH] add some release email templates These aren't really in a template language, but they're usable for sending email by hand. We can turn them into jinja or something for Ocata. Change-Id: I61ce846f0ab9062ecbf900c8dc989e74d533de41 Signed-off-by: Doug Hellmann --- templates/final.txt | 22 ++++++++++++++++++++++ templates/rc1.txt | 32 ++++++++++++++++++++++++++++++++ templates/rcn.txt | 29 +++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 templates/final.txt create mode 100644 templates/rc1.txt create mode 100644 templates/rcn.txt diff --git a/templates/final.txt b/templates/final.txt new file mode 100644 index 0000000000..d8a151075c --- /dev/null +++ b/templates/final.txt @@ -0,0 +1,22 @@ +To: openstack-announce@lists.openstack.org +Subject: OpenStack SERIES is officially released! + +Hello OpenStack community, + +I'm excited to announce the final releases for the components of +OpenStack SERIES, which conclude the SERIES development cycle. + +You will find a complete list of all components, their latest +versions, and links to individual project release notes documents +listed on the new release site. + + http://releases.openstack.org/SERIES/ + +Congratulations to all of the teams who have contributed to this +release! + +Our next production cycle, NEXT_SERIES, has already started. We will +meet in PTG_LOCATION PTG_DATES at the Project Team Gathering to plan +the work for the upcoming cycle. I hope to see you there! + +Thanks, diff --git a/templates/rc1.txt b/templates/rc1.txt new file mode 100644 index 0000000000..1bd65fa631 --- /dev/null +++ b/templates/rc1.txt @@ -0,0 +1,32 @@ +To: openstack-dev@lists.openstack.org +Subject: [release][PROJECT] PROJECT SERIES RC1 available + +Hello everyone, + +The release candidate for PROJECT for the end of the SERIES cycle is +available. You can find the source code tarball download link at + + https://releases.openstack.org/SERIES/index.html + +Unless release-critical issues are found that warrant a release +candidate respin, this candidate will be formally released as the +final Newton release on DATE. You are therefore strongly encouraged to +test and validate this tarball! + +Alternatively, you can directly test the stable/SERIES release branch +at + + http://git.openstack.org/cgit/openstack/PROJECT/log/?h=stable/SERIES + +If you find an issue that could be considered release-critical, please +file it at + + https://bugs.launchpad.net/PROJECT/+filebug + +and tag it *SERIES-rc-potential* to bring it to the PROJECT release +crew's attention. + +Note that the "master" branch of PROJECT is now open for NEXT_SERIES +development, and feature freeze restrictions no longer apply there! + +Thanks, diff --git a/templates/rcn.txt b/templates/rcn.txt new file mode 100644 index 0000000000..12eeababf2 --- /dev/null +++ b/templates/rcn.txt @@ -0,0 +1,29 @@ +To: openstack-dev@lists.openstack.org +Subject: [release][PROJECT] PROJECT SERIES release candidate available + +Hello everyone, + +A new release candidate for PROJECT for the end of the Newton cycle is +available. You can find the source code tarball download link at + + https://releases.openstack.org/SERIES/index.html + +Unless release-critical issues are found that warrant a release +candidate respin, this candidate will be formally released as the +final Newton release on DATE. You are therefore strongly encouraged to +test and validate this tarball! + +Alternatively, you can directly test the stable/SERIES release branch +at + + http://git.openstack.org/cgit/openstack/PROJECT/log/?h=stable/SERIES + +If you find an issue that could be considered release-critical, +please file it at + + https://bugs.launchpad.net/PROJECT/+filebug + +and tag it *SERIES-rc-potential* to bring it to the PROJECT release +crew's attention. + +Thanks,