Skip to content

Commit

Permalink
fix release instruction typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Dec 6, 2023
1 parent ea82734 commit 1231bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def make_release_commit(session):

session.log(
f'CHANGELOG updated, changes ready to commit and push\n'
f' git commit -m release {version}\n'
f' git commit -m "release {version}"\n'
f' git tag v{version}\n'
f' git push {{UPSTREAM_NAME}} v{version}\n'
f' git push {{UPSTREAM_NAME}} {current_branch}'
Expand Down

0 comments on commit 1231bb5

Please sign in to comment.