This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit bbfa4186703c9d63b7ef4326ab784f5470091464 Author: Tomaz Muraus <[email protected]> AuthorDate: Tue May 28 22:32:57 2019 +0200 Update committer guide. --- docs/committer_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index 52a39df..c1c3bbc 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -105,7 +105,7 @@ preparing a release. * Make sure tests pass on all the supported Python versions (``tox``) * Remove the ``tox`` directory with ``rm -rf .tox`` * Remove the _secrets_ file with ``rm libcloud/test/secrets.py`` -* Remove leftover builds from previous releases. ``rm -f dist/apache*`` +* Remove leftover builds from previous releases. ``rm -f dist/apache* ; rm -rf apache_libcloud.egg-info`` 2. Update JIRA ~~~~~~~~~~~~~~
