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