File tree 5 files changed +13
-2
lines changed
5 files changed +13
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 9
9
# Link dates and other references in the changelog
10
10
extensions += ['rst.linker' ]
11
11
link_files = {
12
- '../CHANGES .rst' : dict (
12
+ '../NEWS .rst' : dict (
13
13
using = dict (GH = 'https://github.com' ),
14
14
replace = [
15
15
dict (
Original file line number Diff line number Diff line change 5
5
History
6
6
*******
7
7
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 =
25
25
python -m sphinx -W --keep-going . {toxinidir}/build/html
26
26
python -m sphinxlint
27
27
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
+
28
37
[testenv:release]
29
38
skip_install = True
30
39
deps =
You can’t perform that action at this time.
0 commit comments