From 0668148e934c4b77c1932d158c301f9a6b7de6c2 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Fri, 2 Apr 2021 01:34:29 -0700 Subject: [PATCH] add docstring to new nox script --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 69460dcb9..fbc023090 100644 --- a/noxfile.py +++ b/noxfile.py @@ -151,6 +151,7 @@ def test_docs(session: Session) -> None: @nox.session def commits_since_last_tag(session: Session) -> None: + """A basic script for outputing changelog info""" rst_format = "--format=rst" in session.posargs latest_tag = (