Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Link to the contributing guide if newsfragment check fails #8002

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ commands = /bin/sh -c "isort -c --df --sp setup.cfg synapse tests scripts-dev sc
skip_install = True
deps = towncrier>=18.6.0rc1
commands =
python -m towncrier.check --compare-with=origin/develop
python -m towncrier.check --compare-with=origin/develop || echo "Please see the contributing guide for help: https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.md#changelog"

[testenv:check-sampleconfig]
commands = {toxinidir}/scripts-dev/generate_sample_config --check
Expand Down