diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2019-08-30 18:54:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-30 18:54:12 +0200 |
commit | 8f6dbb732a24d91facd8a9547e0df4ec19e3fbc6 (patch) | |
tree | 9829afe633c93961ec0ffa4b8933e4d0c7fd600f /hacking/build_library | |
parent | Run ec2_vol_facts integration tests in CI (#48755) (diff) | |
download | ansible-8f6dbb732a24d91facd8a9547e0df4ec19e3fbc6.tar.xz ansible-8f6dbb732a24d91facd8a9547e0df4ec19e3fbc6.zip |
[WIP] Cleanups and version bumping for 2.10 (#61572)
* Cleanups and version bumping for 2.10
* Fix changelog url now that stable has been branched
* Fix the lenth of the porting guide title now that the version is two digits
Diffstat (limited to 'hacking/build_library')
-rw-r--r-- | hacking/build_library/build_ansible/command_plugins/porting_guide.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hacking/build_library/build_ansible/command_plugins/porting_guide.py b/hacking/build_library/build_ansible/command_plugins/porting_guide.py index 92cccc1195..5cfd7f9f0e 100644 --- a/hacking/build_library/build_ansible/command_plugins/porting_guide.py +++ b/hacking/build_library/build_ansible/command_plugins/porting_guide.py @@ -20,9 +20,9 @@ from ..commands import Command # pylint: disable=relative-beyond-top-level PORTING_GUIDE_TEMPLATE = """ .. _porting_{{ ver }}_guide: -************************* +************************** Ansible {{ ver }} Porting Guide -************************* +************************** This section discusses the behavioral changes between Ansible {{ prev_ver }} and Ansible {{ ver }}. |