##// END OF EJS Templates
Update release_process.rst
Matthias Bussonnier -
Show More
@@ -13,9 +13,9 b' handy reminder and checklist for the release manager.'
13 During the release process, you might need the extra following dependencies:
13 During the release process, you might need the extra following dependencies:
14
14
15 - ``keyring`` to access your GitHub authentication tokens
15 - ``keyring`` to access your GitHub authentication tokens
16 - ``testpath`` to fake some file system operations
17 - ``graphviz`` to generate some graphs in the documentation
16 - ``graphviz`` to generate some graphs in the documentation
18
17
18 Make sure you have all the required dependencies to run the tests as well.
19
19
20
20
21 1. Set Environment variables
21 1. Set Environment variables
@@ -80,7 +80,7 b' If a major release:'
80 file you just created and remove temporarily the first entry called
80 file you just created and remove temporarily the first entry called
81 ``development`` (you'll need to add it back after release).
81 ``development`` (you'll need to add it back after release).
82
82
83 Make sure that the stats file have a header or it won't be rendered in
83 Make sure that the stats file has a header or it won't be rendered in
84 the final documentation.
84 the final documentation.
85
85
86 To find duplicates and update `.mailmap`, use::
86 To find duplicates and update `.mailmap`, use::
@@ -233,10 +233,10 b' The IPython website should document the new release:'
233 ----------------------
233 ----------------------
234
234
235 Make sure to update readthedocs and set the latest tag as stable, as well as
235 Make sure to update readthedocs and set the latest tag as stable, as well as
236 checked that previous release is still building under its own tag.
236 checking that previous release is still building under its own tag.
237
237
238
238
239 12. Celebrate!
239 13. Celebrate!
240 --------------
240 --------------
241
241
242 Celebrate the release and please thank the contributors for their work. Great
242 Celebrate the release and please thank the contributors for their work. Great
General Comments 0
You need to be logged in to leave comments. Login now