diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2019-08-05 15:13:16 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2019-08-12 20:27:51 -0500 |
commit | da8d9f147bd703d1ebce41f9762cd83cbb0fa2a0 (patch) | |
tree | 3f64e8cb56321cc4a68e0936614d05bc6d3a4b91 /doc/RELEASE_WALKTHROUGH.rst.txt | |
parent | 67ecbcf6136842d503ef0603d249bc7eb7987383 (diff) | |
download | numpy-da8d9f147bd703d1ebce41f9762cd83cbb0fa2a0.tar.gz |
DOC,MAINT: Move towncrier files and fixup categories
Name all categories as singular (or adjectives). Also move the fragments
into an ``upcoming_changes`` folder to be more discoverable.
Notes that we format some things as bullet points traditionally (right now
towncrier only truly supports bullet point format, but I have a PR to fix
that).
Diffstat (limited to 'doc/RELEASE_WALKTHROUGH.rst.txt')
-rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst.txt index 445790709..bd3e3c124 100644 --- a/doc/RELEASE_WALKTHROUGH.rst.txt +++ b/doc/RELEASE_WALKTHROUGH.rst.txt @@ -41,7 +41,7 @@ Finish the Release Note .. note: This has changed now that we use ``towncrier``. See the instructions for - creating the release note in ``changelog/README.rst``. + creating the release note in ``doc/release/upcoming_changes/README.rst``. Fill out the release note ``doc/release/1.14.5-notes.rst`` calling out significant changes. |