diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-10-22 12:15:43 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-10-22 12:15:43 -0600 |
commit | 30e9951ca2c94d15f9e147bd060d3b17e41fc51c (patch) | |
tree | fb1cc6fa0e8c8f2067eebb07af2f9b4dd67970bc /doc/RELEASE_WALKTHROUGH.rst.txt | |
parent | db5750f6cdc2715f1c65be31f985e2cd2699d2e0 (diff) | |
download | numpy-30e9951ca2c94d15f9e147bd060d3b17e41fc51c.tar.gz |
DOC: Update docs after NumPy 1.15.3 release.
- Forward port 1.15.3-changelog.rst
- Forward port 1.15.3-notes.rst
- Minor fixes to RELEASE_WALKTHROUGH.rst.txt
[ci skip]
Diffstat (limited to 'doc/RELEASE_WALKTHROUGH.rst.txt')
-rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst.txt index c3400194c..bb6ca49f7 100644 --- a/doc/RELEASE_WALKTHROUGH.rst.txt +++ b/doc/RELEASE_WALKTHROUGH.rst.txt @@ -46,7 +46,7 @@ repository:: $ git checkout maintenance/1.14.x $ git pull upstream maintenance/1.14.x $ git submodule update - $ git clean -xdf + $ git clean -xdf > /dev/null Edit pavement.py and setup.py as detailed in HOWTO_RELEASE:: @@ -94,7 +94,7 @@ Edit the ``.travis.yml`` and ``.appveyor.yml`` files to make sure they have the correct version, and put in the commit hash for the ``REL`` commit created above for ``BUILD_COMMIT``, see the _example from `v1.14.3`:: - $ gvim .travis.yml appveyor.yml + $ gvim .travis.yml .appveyor.yml $ git commit -a $ git push origin HEAD @@ -137,6 +137,7 @@ Generate the README files This needs to be done after all installers are present, but before the pavement file is updated for continued development. + $ cd ../numpy $ paver write_release_and_log |