mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user