Skip to content

Commit

Permalink
Add missing git commit -a in release instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaffre committed Jul 29, 2024
1 parent 1f62973 commit e35413a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Generate an HTML test coverage report::
Release a new version to PyPI::

$ hatch version micro
$ git commit -m "release to pypi"
$ git commit -am "release to pypi"
$ git tag v$(hatch version)
$ git push --tags

Expand Down

0 comments on commit e35413a

Please sign in to comment.