mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 03:01:29 -07:00
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:
parent
bc955b9d60
commit
e5a31e81b6
6 changed files with 231 additions and 4 deletions
|
@ -38,8 +38,9 @@ def main():
|
|||
'test/integration/targets/win_module_utils/library/legacy_only_old_way_win_line_ending.ps1',
|
||||
'test/utils/shippable/timing.py',
|
||||
'test/integration/targets/old_style_modules_posix/library/helloworld.sh',
|
||||
# Python 3-only. Only run by release engineers
|
||||
# The following are Python 3.6+. Only run by release engineers
|
||||
'hacking/release-announcement.py',
|
||||
'hacking/porting-guide.py',
|
||||
])
|
||||
|
||||
# see https://unicode.org/faq/utf_bom.html#bom1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue