From ba46eb92cfbd4ca13afc49b71a844cd6ad0403c0 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 20 Apr 2020 00:29:38 +0530 Subject: [PATCH] "Release Notes" -> "Changelog" --- docs/html/development/architecture/anatomy.rst | 4 ++-- docs/html/news.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/html/development/architecture/anatomy.rst b/docs/html/development/architecture/anatomy.rst index 2c731a97ae2..769d2b4796f 100644 --- a/docs/html/development/architecture/anatomy.rst +++ b/docs/html/development/architecture/anatomy.rst @@ -38,9 +38,9 @@ The ``README``, license, ``pyproject.toml``, ``setup.py``, and so on are in the * ``man/`` has man pages the distros can use by running ``man pip`` * ``pip_sphinxext.py`` *[an extension -- pip-specific plugins to Sphinx that do not apply to other packages]* -* ``news/`` *[pip stores news fragments… Every time pip makes a user-facing change, a file is added to this directory (usually a short note referring to a GitHub issue) with the right extension & name so it gets included in release notes…. So every release the maintainers will be deleting old files in this directory? Yes - we use the towncrier automation to generate a NEWS file, and auto-delete old stuff. There’s more about this in the contributor documentation!]* +* ``news/`` *[pip stores news fragments… Every time pip makes a user-facing change, a file is added to this directory (usually a short note referring to a GitHub issue) with the right extension & name so it gets included in changelog…. So every release the maintainers will be deleting old files in this directory? Yes - we use the towncrier automation to generate a NEWS file, and auto-delete old stuff. There’s more about this in the contributor documentation!]* - * ``template.rst`` *[template for release notes -- this is a file towncrier uses…. Is this jinja? I don’t know, check towncrier docs]* + * ``template.rst`` *[template for changelog -- this is a file towncrier uses…. Is this jinja? I don’t know, check towncrier docs]* * ``src/`` *[source; see below]* * ``tasks/`` *[invoke is a PyPI library which uses files in this directory to define automation commands that are used in pip’s development processes -- not discussing further right now. For instance, automating the release.]* diff --git a/docs/html/news.rst b/docs/html/news.rst index 1f6bfbf8ec3..c2b835a0ff9 100644 --- a/docs/html/news.rst +++ b/docs/html/news.rst @@ -1,5 +1,5 @@ -============= -Release Notes -============= +========= +Changelog +========= .. include:: ../../NEWS.rst