summaryrefslogtreecommitdiff
path: root/hacking/build_library
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-08-30 09:54:12 -0700
committerGitHub <noreply@github.com>2019-08-30 09:54:12 -0700
commit8f6dbb732a24d91facd8a9547e0df4ec19e3fbc6 (patch)
tree9829afe633c93961ec0ffa4b8933e4d0c7fd600f /hacking/build_library
parent0c2590d3df2cf91fa923697a09fad256c57e18a0 (diff)
downloadansible-8f6dbb732a24d91facd8a9547e0df4ec19e3fbc6.tar.gz
[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.py4
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 }}.