Skip to content

Commit 0668148

Browse files
committed
add docstring to new nox script
1 parent 9881914 commit 0668148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def test_docs(session: Session) -> None:
151151

152152
@nox.session
153153
def commits_since_last_tag(session: Session) -> None:
154+
"""A basic script for outputing changelog info"""
154155
rst_format = "--format=rst" in session.posargs
155156

156157
latest_tag = (

0 commit comments

Comments
 (0)