Add a script to generate a new porting guide

* porting-guide.py is allowed to be Python-3.6+ as it will only be run
  by release engineers
This commit is contained in:
Toshio Kuratomi 2019-04-12 09:02:31 -07:00
parent bc955b9d60
commit e5a31e81b6
6 changed files with 231 additions and 4 deletions

View file

@ -1,2 +1,3 @@
# Only run by release engineers who can be asked to have newer Python3 on their systems
# The following are only run by release engineers who can be asked to have newer Python3 on their systems
hacking/release-announcement.py
hacking/porting-guide.py