mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
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:
parent
a1639f27d5
commit
5fb416ae34
5 changed files with 300 additions and 0 deletions
2
test/sanity/compile/python2.7-skip.txt
Normal file
2
test/sanity/compile/python2.7-skip.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue