From 24fea3ffcb4f62a712d57c755042b064e62bc1e9 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 24 May 2018 18:59:17 +0100 Subject: [PATCH] Update release docs and announcement template --- README.md | 1 + misc/ANNOUNCEMENT_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3b8173a..29a87d2c 100644 --- a/README.md +++ b/README.md @@ -245,3 +245,4 @@ To cut a new release, from a current `master` checkout: * Run `rake release[upstream]` to release from your checkout * make sure to use the name of your git remote pointing to the puppetlabs GitHub repo * Remove the release-prep branch +* Send the release announcements using the template in [misc/ANNOUNCEMENT_TEMPLATE.md](misc/ANNOUNCEMENT_TEMPLATE.md) diff --git a/misc/ANNOUNCEMENT_TEMPLATE.md b/misc/ANNOUNCEMENT_TEMPLATE.md index 104e6fc4..c5e131c1 100644 --- a/misc/ANNOUNCEMENT_TEMPLATE.md +++ b/misc/ANNOUNCEMENT_TEMPLATE.md @@ -1,4 +1,4 @@ -Send out announcements for major new feature releases, and high-impact bugfixes to puppet-dev@googlegroups.com, puppet-users@googlegroups.com, voxpupuli@groups.io, and the puppet internal mailing lists. +Send out announcements for major new feature releases, and high-impact bugfixes to , , , and the puppet internal mailing lists and . Before sending, do check that all links are still valid. Feel free to adjust the text to match better with the circumstances of the release, or add other news that are relevant at the time. If you make changes, consider committing them here, for the benefit of future-you.