From 3a9ab46b3c11333cc5def004cbce3c74f6f186cf Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Mon, 17 Jul 2023 10:02:31 -0400 Subject: [PATCH] Minor updates to notes.txt --- devel/notes.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/notes.txt b/devel/notes.txt index 1d35e897c3c..eaeb51ab63b 100644 --- a/devel/notes.txt +++ b/devel/notes.txt @@ -22,10 +22,11 @@ For all releases: - Make sure the current code is installed: python setup.py install - Generate current docs - update_docs + ./update_docs - Commit and push new docs. git add docs/_build git commit -m "update docs" + git push - Make a release - On GitHub page, go to Code - Tags - Releases (https://github.com/GalSim-developers/GalSim/releases) @@ -33,7 +34,7 @@ For all releases: - Set tag version vM.m.r - Set target releases/M.m - Set title Version M.m.r - - For text, probably links to CHANGELOG and full docs + - For text, links to CHANGELOG and full docs - Publish Release - Check the twine upload - On GitHub page, go to Actions