An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
The goal is to be able to run tox -e build-dists that would produce dists under the dist/ folder.
The example doesn't have it but please also add a description value for the corresponding section. You may check how it's being displayed by running tox -av.
Here's an example: https://github.com/sanitizers/octomachinery/blob/f0b90bb/tox.ini#L77-L96.
The goal is to be able to run
tox -e build-dists
that would produce dists under thedist/
folder.The example doesn't have it but please also add a
description
value for the corresponding section. You may check how it's being displayed by runningtox -av
.Use the commands mentioned above as a self-check.