File tree Expand file tree Collapse file tree 5 files changed +13
-2
lines changed Expand file tree Collapse file tree 5 files changed +13
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 99# Link dates and other references in the changelog
1010extensions += ['rst.linker' ]
1111link_files = {
12- '../CHANGES .rst' : dict (
12+ '../NEWS .rst' : dict (
1313 using = dict (GH = 'https://github.com' ),
1414 replace = [
1515 dict (
Original file line number Diff line number Diff line change 55History
66*******
77
8- .. include :: ../CHANGES (links).rst
8+ .. include :: ../NEWS (links).rst
Original file line number Diff line number Diff line change 1+ [tool .towncrier ]
2+ title_format = " {version}"
Original file line number Diff line number Diff line change @@ -25,6 +25,15 @@ commands =
2525 python -m sphinx -W --keep-going . {toxinidir}/build/html
2626 python -m sphinxlint
2727
28+ [testenv:finalize]
29+ skip_install = True
30+ deps =
31+ towncrier
32+ jaraco.develop
33+ passenv = *
34+ commands =
35+ python -m jaraco.develop.towncrier build --yes
36+
2837[testenv:release]
2938skip_install = True
3039deps =
You can’t perform that action at this time.
0 commit comments