Script to check changelog
This commit is contained in:
parent
1bdce214a2
commit
3a795e7b80
1 changed files with 9 additions and 0 deletions
9
.buildkite/check_changelog.sh
Executable file
9
.buildkite/check_changelog.sh
Executable 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
|
Reference in a new issue