We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d039e54 + 74b0d39 commit e36fdc8Copy full SHA for e36fdc8
CHANGES.rst NEWS.rst
docs/conf.py
@@ -9,7 +9,7 @@
9
# Link dates and other references in the changelog
10
extensions += ['rst.linker']
11
link_files = {
12
- '../CHANGES.rst': dict(
+ '../NEWS.rst': dict(
13
using=dict(
14
BB='https://bitbucket.org',
15
GH='https://github.com',
docs/history.rst
@@ -7,7 +7,7 @@ History
7
8
.. towncrier-draft-entries:: DRAFT, unreleased as on |today|
-.. include:: ../CHANGES (links).rst
+.. include:: ../NEWS (links).rst
Credits
*******
towncrier.toml
@@ -1,5 +1,4 @@
1
[tool.towncrier]
2
-filename = "CHANGES.rst"
+title_format = "{version}"
3
# workaround for sphinx-contrib/sphinxcontrib-towncrier#83
4
directory = "newsfragments"
5
-title_format = "{version}"
0 commit comments