diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/howto-release-django.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index fabf1331cc..f24aad376b 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -171,15 +171,15 @@ any time leading up to the actual release. * Export user information: - .. code-block:: shell + .. code-block:: shell - $ export CVE_USER=<user-email>@djangoproject.com CVE_ORG=DSF + $ export CVE_USER=<user-email>@djangoproject.com CVE_ORG=DSF * Reserve: - .. code-block:: shell + .. code-block:: shell - $ cve --interactive reserve <quantity> + $ cve --interactive reserve <quantity> #. Generate the relevant (private) patch(es) using ``git format-patch``, one for the ``main`` branch and one for each stable branch being patched. |
