summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-08-06 14:47:58 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2019-09-15 08:30:07 -0700
commit958a6b5efd46758fb1874e2f80aba166d192fbf9 (patch)
tree3015a21c0d68d91229177dc099001c9d28eac2cc /.circleci
parent31ffdecf07d18ed4dbb66b171cb0f998d4b190fa (diff)
downloadnumpy-958a6b5efd46758fb1874e2f80aba166d192fbf9.tar.gz
DOC,MAINT: Build release notes during CircleCI step
For the moment, this requires te use for the development version of towncrier.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6b4ab812f..b0449b257 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -35,6 +35,14 @@ jobs:
pip install scipy
- run:
+ name: create release notes
+ command: |
+ . venv/bin/activate
+ pip install git+https://github.com/hawkowl/towncrier.git@master
+ VERSION=$(python -c "import setup; print(setup.VERSION)")
+ towncrier --version $VERSION --yes
+ ./tools/ci/test_all_newsfragments_used.py
+ - run:
name: build devdocs
command: |
. venv/bin/activate