diff options
author | Michael A. Smith <michaels@syapse.com> | 2018-06-21 14:54:38 -0400 |
---|---|---|
committer | Michael A. Smith <michaels@syapse.com> | 2018-06-21 14:54:38 -0400 |
commit | 313d0da028a2f47b3ac2fac62e12d4103bcdccf0 (patch) | |
tree | 30d7db0de3992105371ed066cbbb19b070cda7f6 | |
parent | c13fcfd43f5ce16a2fb4930622293395a494004f (diff) | |
download | python-setuptools-git-313d0da028a2f47b3ac2fac62e12d4103bcdccf0.tar.gz |
Fix Town Crier Link
-rw-r--r-- | docs/developer-guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 6b04603b..8a967f6c 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -66,7 +66,7 @@ and a reference to any issue tickets that the PR is intended to solve. All PRs with code changes should include tests. All changes should include a changelog entry. -``setuptools`` uses `towncrier <https://town-crier.readthedocs.io/en/latest/>`_ +``setuptools`` uses `towncrier <https://pypi.org/project/towncrier/>`_ for changelog managment, so when making a PR, please add a news fragment in the ``changelog.d/`` folder. Changelog files are written in Restructured Text and should be a 1 or 2 sentence description of the substantive changes in the PR. |