We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b95c67 commit 15cb069Copy full SHA for 15cb069
1 file changed
docs/internals/howto-release-django.txt
@@ -171,15 +171,15 @@ any time leading up to the actual release.
171
172
* Export user information:
173
174
- .. code-block:: shell
+ .. code-block:: shell
175
176
- $ export CVE_USER=<user-email>@djangoproject.com CVE_ORG=DSF
+ $ export CVE_USER=<user-email>@djangoproject.com CVE_ORG=DSF
177
178
* Reserve:
179
180
181
182
- $ cve --interactive reserve <quantity>
+ $ cve --interactive reserve <quantity>
183
184
#. Generate the relevant (private) patch(es) using ``git format-patch``, one
185
for the ``main`` branch and one for each stable branch being patched.
0 commit comments