Author: Armin Rigo <[email protected]> Branch: Changeset: r55643:bfc4be4ef6a9 Date: 2012-06-13 12:39 +0200 http://bitbucket.org/pypy/pypy/changeset/bfc4be4ef6a9/
Log: What to do with 'whatsnew-head.rst' diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/pypy/doc/how-to-release.rst @@ -23,7 +23,9 @@ some of the next updates may be done before or after branching; make sure things are ported back to the trunk and to the branch as necessary -* update pypy/doc/contributor.txt (and possibly LICENSE) +* update pypy/doc/contributor.rst (and possibly LICENSE) +* 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: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
