You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docsite/rst/community/development_process.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ Here are some examples:
203
203
remote_src=True even if mode was not set as a parameter. This failed on
204
204
filesystems which do not have permission bits (https://github.com/ansible/ansible/issues/29444).
205
205
206
-
You can find more example changelog fragments in the `changelog directory <https://github.com/ansible/ansible/tree/stable-2.18/changelogs/fragments>`_ for the 2.18 release.
206
+
You can find more example changelog fragments in the `changelog directory <https://github.com/ansible/ansible/tree/stable-2.19/changelogs/fragments>`_ for the 2.19 release.
207
207
208
208
After you have written the changelog fragment for your PR, commit the file and include it with the pull request.
209
209
@@ -238,7 +238,7 @@ We do **not** backport features.
238
238
239
239
These instructions assume that:
240
240
241
-
* ``stable-2.18`` is the targeted release branch for the backport
241
+
* ``stable-2.19`` is the targeted release branch for the backport
242
242
* ``https://github.com/ansible/ansible.git`` is configured as a ``git remote`` named ``upstream``. If you do not use a ``git remote`` named ``upstream``, adjust the instructions accordingly.
243
243
* ``https://github.com/<yourgithubaccount>/ansible.git`` is configured as a ``git remote`` named ``origin``. If you do not use a ``git remote`` named ``origin``, adjust the instructions accordingly.
244
244
@@ -247,7 +247,7 @@ We do **not** backport features.
#. Submit the pull request for ``backport/2.18/[PR_NUMBER_FROM_DEVEL]`` against the ``stable-2.18`` branch
266
+
#. Submit the pull request for ``backport/2.19/[PR_NUMBER_FROM_DEVEL]`` against the ``stable-2.19`` branch
267
267
268
268
#. The Release Manager will decide whether to merge the backport PR before the next minor release. There isn't any need to follow up. Just ensure that the automated tests (CI) are green.
269
269
270
270
.. note::
271
271
272
-
The branch name ``backport/2.18/[PR_NUMBER_FROM_DEVEL]`` is somewhat arbitrary but conveys meaning about the purpose of the branch. This branch name format is not required, but it can be helpful, especially when making multiple backport PRs for multiple stable branches.
272
+
The branch name ``backport/2.19/[PR_NUMBER_FROM_DEVEL]`` is somewhat arbitrary but conveys meaning about the purpose of the branch. This branch name format is not required, but it can be helpful, especially when making multiple backport PRs for multiple stable branches.
0 commit comments