diff options
author | mattip <matti.picus@gmail.com> | 2014-05-06 11:41:36 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2014-05-06 11:41:36 +0300 |
commit | b97492830e9bcda007da34e23a73e57be3e67e0f (patch) | |
tree | 89b99068d0ed0da82f0e5b569b975398fe2122cb | |
parent | fix test (diff) | |
download | pypy-b97492830e9bcda007da34e23a73e57be3e67e0f.tar.gz pypy-b97492830e9bcda007da34e23a73e57be3e67e0f.tar.bz2 pypy-b97492830e9bcda007da34e23a73e57be3e67e0f.zip |
README.rst does not relate to release version
-rw-r--r-- | pypy/doc/how-to-release.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst index ab554fc490..f8e6856588 100644 --- a/pypy/doc/how-to-release.rst +++ b/pypy/doc/how-to-release.rst @@ -28,7 +28,6 @@ Release Steps pypy/doc/tool/makecontributor.py generates the list of contributors * rename pypy/doc/whatsnew_head.rst to whatsnew_VERSION.rst and create a fresh whatsnew_head.rst after the release -* update README * change the tracker to have a new release tag to file bugs against * go to pypy/tool/release and run: force-builds.py <release branch> |