File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
src/towncrier/newsfragments Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ name: CI
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ trunk ]
66 tags : [ "**" ]
77 pull_request :
8- branches : [ master ]
98
109defaults :
1110 run :
Original file line number Diff line number Diff line change 1414 maintainer_email = "[email protected] " ,
1515 url = "https://github.com/hawkowl/towncrier" ,
1616 project_urls = {
17- "Chat" : "https://webchat.freenode.net/?channels=%23twisted" ,
18- "Maillist" : "https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" ,
17+ "Documentation" : "https://towncrier.readthedocs.io/" ,
18+ "Chat" : "https://web.libera.chat/?channels=%23twisted" ,
19+ "Mailing list" : "https://mail.python.org/mailman3/lists/twisted.python.org/" ,
1920 "Issues" : "https://github.com/twisted/towncrier/issues" ,
2021 "Repository" : "https://github.com/twisted/towncrier" ,
2122 "Tests" : "https://github.com/twisted/towncrier/actions?query=branch%3Amaster" ,
Original file line number Diff line number Diff line change 1+ Update the project URLs for the package, to point to current resources.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ commands =
1111
1212[testenv:check-newsfragment]
1313commands =
14- python -m towncrier.check
14+ python -m towncrier.check --compare-with origin/trunk
1515
1616[testenv:check-manifest]
1717deps = check-manifest
You can’t perform that action at this time.
0 commit comments