summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2021-04-16 12:52:55 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2021-04-16 12:52:55 -0500
commit853e2334449429860769bf7e19e7d151c7125729 (patch)
treedc1341a16e16c90cdb455cba534162833f26a35b /doc
parentc7282cfa790c47b7c2ec17e56c01623e5f086d67 (diff)
downloadnumpy-853e2334449429860769bf7e19e7d151c7125729.tar.gz
CI: Use `towncrier build` explicitly
Without any argument towncrier defaults to `build`. But towncrier added a `--version` argument to just print the towncrier version. NumPy relies on passing `--version` which collides. Even if towncrier might revert the change, using `towncrier build` explicitly just doesn't hurt. Closes gh-18788
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/README.rst b/doc/release/upcoming_changes/README.rst
index ff5ca514c..436535ecd 100644
--- a/doc/release/upcoming_changes/README.rst
+++ b/doc/release/upcoming_changes/README.rst
@@ -50,7 +50,7 @@ and double-backticks for code.
If you are unsure what pull request type to use, don't hesitate to ask in your
PR.
-You can install ``towncrier`` and run ``towncrier --draft --version 1.18``
+You can install ``towncrier`` and run ``towncrier build --draft --version 1.18``
if you want to get a preview of how your change will look in the final release
notes.