Skip to content

Commit 5ca761c

Browse files
committed
# Conflicts: # CHANGES.rst # tox.ini
2 parents 2963377 + 74b0d39 commit 5ca761c

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed
File renamed without changes.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Link dates and other references in the changelog
1010
extensions += ['rst.linker']
1111
link_files = {
12-
'../CHANGES.rst': dict(
12+
'../NEWS.rst': dict(
1313
using=dict(GH='https://github.com'),
1414
replace=[
1515
dict(

docs/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
History
66
*******
77

8-
.. include:: ../CHANGES (links).rst
8+
.. include:: ../NEWS (links).rst

towncrier.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.towncrier]
2+
title_format = "{version}"

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ commands =
3636
diff-cover coverage.xml --compare-branch=origin/main --html-report diffcov.html
3737
diff-cover coverage.xml --compare-branch=origin/main --fail-under=100
3838

39+
[testenv:finalize]
40+
skip_install = True
41+
deps =
42+
towncrier
43+
jaraco.develop
44+
passenv = *
45+
commands =
46+
python -m jaraco.develop.towncrier build --yes
47+
3948
[testenv:release]
4049
skip_install = True
4150
deps =

0 commit comments

Comments
 (0)