diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2021-02-25 10:52:48 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-09 08:48:32 +0100 |
| commit | d9a266d657f66b8c4fa068408002a4e3709ee669 (patch) | |
| tree | b10eff95f3bef9840753d72609c4658001de9b22 /docs/internals/howto-release-django.txt | |
| parent | a124365de80bd633e24f692e7ecaa5c84c12182d (diff) | |
Updated Git branch "master" to "main".
This change follows a long discussion on django-develops:
https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Diffstat (limited to 'docs/internals/howto-release-django.txt')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 11ced7d80b..ecd9a752f5 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -135,9 +135,9 @@ any time leading up to the actual release: and then commit the changed man page. #. If this is the alpha release of a new series, create a new stable branch - from master. For example, when releasing Django 3.1:: + from main. For example, when releasing Django 3.1:: - $ git checkout -b stable/3.1.x origin/master + $ git checkout -b stable/3.1.x origin/main $ git push origin -u stable/3.1.x:stable/3.1.x #. If this is the "dot zero" release of a new series, create a new branch from |
