mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Updated Git branch "master" to "main".
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
This commit is contained in:
parent
a124365de8
commit
d9a266d657
15 changed files with 65 additions and 60 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue