Skip to content

Commit 6e14c07

Browse files
committed
Typo
1 parent 963510c commit 6e14c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# - Run `make_release_branch.py` with argument major, minor, patch, or a version number.
2424
# Alternatively, manually make a release branch named release/v<version_number>
2525
# - Make sure all changes are committed and pushed (working directory clean)
26-
# - In this branch, run `release.py` (again with argument major, minor, path, or a version number).
26+
# - In this branch, run `release.py` (again with argument major, minor, patch, or a version number).
2727
# This will make the release, push to main, push to PyPI, and create draft release notes on GitHub.
2828

2929

0 commit comments

Comments
 (0)