Use towncrier to build the changelog (#3425)
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -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
|
||||
Reference in New Issue
Block a user