Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin towncrier to 19.9.0 #9282

Merged
merged 1 commit into from Nov 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions tox.ini
Expand Up @@ -66,7 +66,8 @@ basepython = python3
usedevelop = True
deps =
-r{toxinidir}/doc/en/requirements.txt
towncrier
# https://github.com/twisted/towncrier/issues/340
towncrier<21.3.0
commands =
python scripts/towncrier-draft-to-file.py
# the '-t changelog_towncrier_draft' tags makes sphinx include the draft
Expand Down Expand Up @@ -138,7 +139,8 @@ deps =
github3.py
pre-commit>=2.9.3
wheel
towncrier
# https://github.com/twisted/towncrier/issues/340
towncrier<21.3.0
commands = python scripts/release.py {posargs}

[testenv:prepare-release-pr]
Expand Down