summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-08-14 09:39:56 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2018-08-14 09:39:56 +0530
commit520e21b5cfb87dcdbbdf38042d661949bc1cc30a (patch)
tree1bc727b457c48fd16b94ff57fce699edd878b44f /pyproject.toml
parent62b03f2a3a0f48c66e9aa3d8e74ced2d8a5c9395 (diff)
downloadpip-520e21b5cfb87dcdbbdf38042d661949bc1cc30a.tar.gz
Add a format to allow references to PRs to be links
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6d1e68ae6..e3be2b3dc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,6 +7,7 @@ package_dir = "src"
filename = "NEWS.rst"
directory = "news/"
title_format = "{version} ({project_date})"
+issue_format = "`#{issue} <https://github.com/pypa/pip/issues/{issue}>`_"
template = "news/_template.rst"
[[tool.towncrier.type]]