Add a script to generate twitter and mailing list announcements

Announcements taken from https://github.com/ansible/community/wiki/RelEng:-ReleaseProcess
and then cleaned up:

* Update issue reporting blurb from feedback from acozine and gundalow
* Add a subject and to line for email output
* Ignore long line tests on the jinja templates (as jinja doesn't give
  enough control to get rid of newlines when text wrapping)
* Skip shebang and compile tests for older pythons since this is a
  release engineer-only script.  (ok'd by mattclay)
This commit is contained in:
Toshio Kuratomi 2019-03-21 22:47:17 -07:00
parent a1639f27d5
commit 5fb416ae34
5 changed files with 300 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# Only run by release engineers who can be asked to have newer Python3 on their systems
hacking/release-announcement.py