We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cf0f3 commit bdb1d08Copy full SHA for bdb1d08
noxfile.py
@@ -53,6 +53,7 @@ def check_newsfragment(session: nox.Session) -> None:
53
session.install(".")
54
session.run("python", "-m", "towncrier.check", "--compare-with", "origin/trunk")
55
56
+
57
@nox.session
58
def draft_newsfragment(session: nox.Session) -> None:
59
0 commit comments