소스 검색

Minor fixes for release-process doc fix

As suggested by Tim Graham
Shai Berger 9 년 전
부모
커밋
72e5778b23
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      docs/internals/release-process.txt

+ 3 - 3
docs/internals/release-process.txt

@@ -163,9 +163,9 @@ Django 5.1 and 5.2. At this point in time:
   released as 5.1.1, 5.1.2, etc.
 
 * Security fixes and bug fixes for data loss issues will be applied to
-  ``master`` and to the ``stable/5.1.x``, ``stable/5.0.x`` and
-  ``stable/4.2.x`` (LTS) branches.
-  They will trigger the release of ``5.1.1``, ``5.0.5``, ``4.2.8``, etc.
+  ``master`` and to the ``stable/5.1.x``, ``stable/5.0.x``, and
+  ``stable/4.2.x`` (LTS) branches. They will trigger the release of ``5.1.1``,
+  ``5.0.5``, ``4.2.8``, etc.
 
 * Documentation fixes will be applied to master, and, if easily backported, to
   the latest stable branch, ``5.1.x``.