Update core porting guide generation.

pull/77381/head
Matt Clay 2 years ago
parent 3e491db466
commit 93d0ea0215

@ -14,17 +14,17 @@ from ..commands import Command # pylint: disable=relative-beyond-top-level
PORTING_GUIDE_TEMPLATE = """
.. _porting_{{ ver }}_guide:
.. _porting_{{ ver }}_guide_core:
**************************
Ansible {{ ver }} Porting Guide
**************************
*******************************
Ansible-core {{ ver }} Porting Guide
*******************************
This section discusses the behavioral changes between Ansible {{ prev_ver }} and Ansible {{ ver }}.
This section discusses the behavioral changes between ``ansible-core`` {{ prev_ver }} and ``ansible-core`` {{ ver }}.
It is intended to assist in updating your playbooks, plugins and other parts of your Ansible infrastructure so they will work with this version of Ansible.
We suggest you read this page along with `Ansible Changelog for {{ ver }} <https://github.com/ansible/ansible/blob/stable-{{ ver }}/changelogs/CHANGELOG-v{{ ver }}.rst>`_ to understand what updates you may need to make.
We suggest you read this page along with `ansible-core Changelog for {{ ver }} <https://github.com/ansible/ansible/blob/stable-{{ ver }}/changelogs/CHANGELOG-v{{ ver }}.rst>`_ to understand what updates you may need to make.
This document is part of a collection on porting. The complete list of porting guides can be found at :ref:`porting guides <porting_guides>`.

Loading…
Cancel
Save