File tree 3 files changed +3
-3
lines changed
doc/release/upcoming_changes
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
. venv/bin/activate
43
43
pip install git+https://github.com/hawkowl/towncrier.git@master
44
44
VERSION=$(python -c "import setup; print(setup.VERSION)")
45
- towncrier --version $VERSION --yes
45
+ towncrier build --version $VERSION --yes
46
46
./tools/ci/test_all_newsfragments_used.py
47
47
48
48
- run :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ and double-backticks for code.
50
50
If you are unsure what pull request type to use, don't hesitate to ask in your
51
51
PR.
52
52
53
- You can install ``towncrier `` and run ``towncrier --draft --version 1.18 ``
53
+ You can install ``towncrier `` and run ``towncrier build --draft --version 1.18 ``
54
54
if you want to get a preview of how your change will look in the final release
55
55
notes.
56
56
Original file line number Diff line number Diff line change 12
12
13
13
if fragments :
14
14
print ("The following files were not found by towncrier:" )
15
- print (" " + " \n " .join (fragments ))
15
+ print (" " + "\n " .join (fragments ))
16
16
sys .exit (1 )
You can’t perform that action at this time.
0 commit comments