diff options
| author | Shai Berger <shai@platonix.com> | 2016-02-28 19:30:18 +0200 |
|---|---|---|
| committer | Shai Berger <shai@platonix.com> | 2016-02-28 19:30:18 +0200 |
| commit | 72e5778b23be7afec60658ebc48bb487e154fd37 (patch) | |
| tree | 4b1cdadc9d5e06498c8786467d698a9e2b7de790 /docs/internals/release-process.txt | |
| parent | 3dd4e9203a64f99fdbe52f522619b98ec4a10a9f (diff) | |
Minor fixes for release-process doc fix
As suggested by Tim Graham
Diffstat (limited to 'docs/internals/release-process.txt')
| -rw-r--r-- | docs/internals/release-process.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index a259388714..b5d56abec7 100644 --- a/docs/internals/release-process.txt +++ b/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``. |
