Skip to content

Commit 8e83c3f

Browse files
committed
Expand 'finalize' to commit and tag the change.
1 parent 3b7d8a9 commit 8e83c3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ commands =
2525
skip_install = True
2626
deps =
2727
towncrier
28-
jaraco.develop
28+
jaraco.develop >= 7.23
2929
passenv = *
3030
commands =
31-
python -m jaraco.develop.towncrier build --yes
31+
python -m jaraco.develop.finalize
32+
3233

3334
[testenv:release]
3435
skip_install = True

0 commit comments

Comments
 (0)