Script to check changelog

This commit is contained in:
Richard van der Hoff 2020-06-05 09:32:39 +01:00
parent 1bdce214a2
commit 3a795e7b80
1 changed files with 9 additions and 0 deletions

9
.buildkite/check_changelog.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#
# this script is run by buildkite to check that a changelog file exists
#
set -e
# we need 19.9 to read config from towncrier.toml
pip3 install --pre 'towncrier>19.2'
python3 -m towncrier.check