"Release Notes" -> "Changelog"

This commit is contained in:
Pradyun Gedam 2020-04-20 00:29:38 +05:30
parent a0bead2c21
commit ba46eb92cf
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
2 changed files with 5 additions and 5 deletions

View File

@ -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. Theres 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. Theres more about this in the contributor documentation!]*
* ``template.rst`` *[template for release notes -- this is a file towncrier uses…. Is this jinja? I dont know, check towncrier docs]*
* ``template.rst`` *[template for changelog -- this is a file towncrier uses…. Is this jinja? I dont 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 pips development processes -- not discussing further right now. For instance, automating the release.]*

View File

@ -1,5 +1,5 @@
=============
Release Notes
=============
=========
Changelog
=========
.. include:: ../../NEWS.rst