Skip to content

Commit 4f97355

Browse files
committed
feat: add session args to setup_release nox session to allow for manual increment
1 parent a801956 commit 4f97355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def setup_release(session: Session) -> None:
249249
"""
250250
session.log("Setting up release...")
251251

252-
session.run("python", SCRIPTS_FOLDER / "setup-release.py", external=True)
252+
session.run("python", SCRIPTS_FOLDER / "setup-release.py", *session.posargs, external=True)
253253

254254

255255
@nox.session(python=False, name="get-release-notes", tags=[RELEASE])

0 commit comments

Comments
 (0)