You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -569,7 +569,7 @@ To create a release:
569
569
570
570
* Run ``poetry version {patch|minor|major}`` as explained in `the docs <https://python-poetry.org/docs/cli/#version>`_. This will update the version in pyproject.toml.
571
571
* Commit that change and use git to tag that commit with a version that matches the pattern ``v*.*.*``.
572
-
* Push the tag and the commit (not some IDEs don't push tags by default).
572
+
* Push the tag and the commit (note some IDEs don't push tags by default).
0 commit comments