Skip to content

Commit

Permalink
add docstring to new nox script
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Apr 2, 2021
1 parent 9881914 commit 0668148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 0668148

Please sign in to comment.