From 30750203b43e3e7553d04d6d59d9085fcd5c3ace Mon Sep 17 00:00:00 2001 From: EXPLOSION Date: Tue, 18 Jul 2023 16:00:49 +0900 Subject: [PATCH 1/2] Make sure to make GitHub releases --- docs/source/releasing.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/releasing.rst b/docs/source/releasing.rst index 27cee864c0..bb40bb37f3 100644 --- a/docs/source/releasing.rst +++ b/docs/source/releasing.rst @@ -29,7 +29,7 @@ Things to do for releasing: - review history change - - ``git rm`` changes + - ``git rm`` now outdated newfragments + commit @@ -53,4 +53,10 @@ Things to do for releasing: * merge the release pull request +* make a GitHub release (go to the tag and press "Create release from tag") + + + paste in the new content in ``history.rst`` and convert it to markdown: turn the parts under section into `---`, update links to just be the links, and whatever else is necessary. + + + include anything else that might be pertinent, like a link to the commits between the latest and current release. + * announce on gitter From 60640629ba347559f02f72ac528862196f546744 Mon Sep 17 00:00:00 2001 From: EXPLOSION Date: Tue, 18 Jul 2023 16:10:26 +0900 Subject: [PATCH 2/2] I'm way too used to markdown :( --- docs/source/releasing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/releasing.rst b/docs/source/releasing.rst index bb40bb37f3..0fe51370d5 100644 --- a/docs/source/releasing.rst +++ b/docs/source/releasing.rst @@ -29,7 +29,7 @@ Things to do for releasing: - review history change - - ``git rm`` now outdated newfragments + - ``git rm`` the now outdated newfragments + commit @@ -55,7 +55,7 @@ Things to do for releasing: * make a GitHub release (go to the tag and press "Create release from tag") - + paste in the new content in ``history.rst`` and convert it to markdown: turn the parts under section into `---`, update links to just be the links, and whatever else is necessary. + + paste in the new content in ``history.rst`` and convert it to markdown: turn the parts under section into ``---``, update links to just be the links, and whatever else is necessary. + include anything else that might be pertinent, like a link to the commits between the latest and current release.