Commit 8816d1d 1 parent acd5b24 commit 8816d1d Copy full SHA for 8816d1d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ docs: build-docs validate-docs
48
48
49
49
validate-docs : build-docs
50
50
python newsfragments/validate_files.py
51
- towncrier --draft
51
+ towncrier build --draft
52
52
53
53
linux-docs : build-docs
54
54
readlink -f docs/_build/html/index.html
57
57
# Let UPCOMING_VERSION be the version that is used for the current bump
58
58
$(eval UPCOMING_VERSION=$(shell bumpversion $(bump ) --dry-run --list | grep new_version= | sed 's/new_version=//g') )
59
59
# Now generate the release notes to have them included in the release commit
60
- towncrier --yes --version $(UPCOMING_VERSION )
60
+ towncrier build --yes --version $(UPCOMING_VERSION )
61
61
# Before we bump the version, make sure that the towncrier-generated docs will build
62
62
make build-docs
63
63
git commit -m " Compile release notes"
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Preview The Release Notes
465
465
466
466
.. code :: sh
467
467
468
- $ towncrier --draft
468
+ $ towncrier build --draft
469
469
470
470
471
471
Compile The Release Notes
You can’t perform that action at this time.
0 commit comments