From e6ab3ec18af861e6959aad7261d6dfd84c549e10 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 21 May 2022 08:49:44 -0700 Subject: Update release process --- doc/developer/release.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/developer/release.rst b/doc/developer/release.rst index 60f1ad77..9ab4098a 100644 --- a/doc/developer/release.rst +++ b/doc/developer/release.rst @@ -76,16 +76,13 @@ Release Process Assuming you are at the top-level of the ``documentation`` repo:: # FIXME - use eol_banner.html - cp -a latest networkx-. + cp -a latest ../networkx-. + git reset --hard + mv ../networkx-. . ln -sfn networkx-. stable git add networkx-. stable git commit -m "Add . docs" - # maybe squash all the Deploy GitHub Pages commits - # git rebase -i HEAD~XX where XX is the number of commits back - # check you didn't break anything - # diff -r latest networkx-. - # you will then need to force the push so be careful! - git push + git push # force push---be careful! - Update ``__version__`` in ``networkx/__init__.py``. -- cgit v1.2.1