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 @@ -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]
4049skip_install = True
4150deps =
You can’t perform that action at this time.
0 commit comments