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
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,7 @@ If you want to follow the conversation about what features will be added to ``an
21
21
* the :ref:`roadmaps`
22
22
* the :ref:`Ansible Release Schedule <release_and_maintenance>`
23
23
* the :ref:`ansible-core project branches and tags <core_branches_and_tags>`
24
-
* various GitHub `projects <https://github.com/ansible/ansible/projects>`_ - for example:
25
-
26
-
* the `2.17 release project <https://github.com/ansible/ansible/projects/48>`_
27
-
* the `core documentation project <https://github.com/orgs/ansible/projects/94/views/1>`_
24
+
* the `2.19 release project <https://github.com/orgs/ansible/projects/140>`_
28
25
29
26
30
27
.. _community_pull_requests:
@@ -206,7 +203,7 @@ Here are some examples:
206
203
remote_src=True even if mode was not set as a parameter. This failed on
207
204
filesystems which do not have permission bits (https://github.com/ansible/ansible/issues/29444).
208
205
209
-
You can find more example changelog fragments in the `changelog directory <https://github.com/ansible/ansible/tree/stable-2.17/changelogs/fragments>`_ for the 2.17 release.
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.
210
207
211
208
After you have written the changelog fragment for your PR, commit the file and include it with the pull request.
212
209
@@ -241,7 +238,7 @@ We do **not** backport features.
241
238
242
239
These instructions assume that:
243
240
244
-
* ``stable-2.17`` is the targeted release branch for the backport
241
+
* ``stable-2.18`` is the targeted release branch for the backport
245
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.
246
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.
247
244
@@ -250,7 +247,7 @@ We do **not** backport features.
#. Submit the pull request for ``backport/2.17/[PR_NUMBER_FROM_DEVEL]`` against the ``stable-2.17`` branch
266
+
#. Submit the pull request for ``backport/2.18/[PR_NUMBER_FROM_DEVEL]`` against the ``stable-2.18`` branch
270
267
271
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.
272
269
273
270
.. note::
274
271
275
-
The branch name ``backport/2.17/[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.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.
0 commit comments