summaryrefslogtreecommitdiff
path: root/docs/internals/howto-release-django.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/howto-release-django.txt')
-rw-r--r--docs/internals/howto-release-django.txt4
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