Use towncrier to build the changelog (#3425)

This commit is contained in:
Amber Brown
2018-06-25 14:42:27 +01:00
committed by GitHub
parent 33fdcfa957
commit 36cb570641
20 changed files with 55 additions and 1 deletions

View File

@@ -102,3 +102,11 @@ basepython = python2.7
deps =
flake8
commands = /bin/sh -c "flake8 synapse tests {env:PEP8SUFFIX:}"
[testenv:check-newsfragment]
skip_install = True
deps = towncrier>=18.6.0rc1
commands =
python -m towncrier.check --compare-with=origin/develop
basepython = python3.6