diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-11-09 13:55:55 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-11-09 14:00:23 -0700 |
commit | 71802d0dc466b8925988979c2bbd02b78f19e832 (patch) | |
tree | a0a4d7fbeece29bb27e4340ab4551f99c35b85c4 /doc | |
parent | f71fc4aabe041382cbac5655d1380fdbb77b8a3d (diff) | |
download | numpy-71802d0dc466b8925988979c2bbd02b78f19e832.tar.gz |
DOC: Update RELEASE_WALKTHROUGH.rst.txt.
The `write_release_and_log` task has been removed from the pavement
file. Update the release walkthrough to use `write_release` instead.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst.txt index bb6ca49f7..960bb3f3e 100644 --- a/doc/RELEASE_WALKTHROUGH.rst.txt +++ b/doc/RELEASE_WALKTHROUGH.rst.txt @@ -138,7 +138,7 @@ 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 + $ paver write_release Tag the release |