##// END OF EJS Templates
double backticks.
Matthias Bussonnier -
Show More
@@ -6,7 +6,7 b' IPython release process'
6 6
7 7 This document contains the process that is used to create an IPython release.
8 8
9 Conveniently, the `release` script in the `tools` directory of the `IPython`
9 Conveniently, the ``release`` script in the ``tools`` directory of the ``IPython``
10 10 repository automates most of the release process. This document serves as a
11 11 handy reminder and checklist for the release manager.
12 12
@@ -19,7 +19,7 b' release milestone, current release version, and git tag.'
19 19 These variables may be used later to copy/paste as answers to the script
20 20 questions instead of typing the appropriate command when the time comes. These
21 21 variables are not used by the scripts directly; therefore, there is no need to
22 `export` the variables. Use the following in bash:
22 ``export`` the variables. Use the following in bash:
23 23
24 24 PREV_RELEASE=4.2.1
25 25 MILESTONE=5.0
@@ -52,7 +52,7 b' If a major release:'
52 52 - update ``docs/source/whatsnew/development.rst``, to ensure it covers
53 53 the major release features
54 54
55 - move the contents of ``development.rst`` to ``versionX.rst`` where `X` is
55 - move the contents of ``development.rst`` to ``versionX.rst`` where ``X`` is
56 56 the numerical release version
57 57
58 58 - generate summary of GitHub contributions, which can be done with::
@@ -61,7 +61,7 b' If a major release:'
61 61
62 62 which may need some manual cleanup of ``stats.rst``. Add the cleaned
63 63 ``stats.rst`` results to ``docs/source/whatsnew/github-stats-X.rst``
64 where `X` is the numerical release version. If creating a major release,
64 where ``X`` is the numerical release version. If creating a major release,
65 65 make a new ``github-stats-X.rst`` file; if creating a minor release, the
66 66 content from ``stats.rst`` may simply be added to the top of an existing
67 67 ``github-stats-X.rst`` file.
General Comments 0
You need to be logged in to leave comments. Login now