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 96ee87e570ed576b52ea9bb85bd863c0fd227891 Author: Tomaz Muraus <[email protected]> AuthorDate: Wed Nov 13 23:54:19 2019 +0100 Update developer docs. --- 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 848aa1a..5445a90 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -74,7 +74,7 @@ preparing a release. * Make sure ``CHANGES`` file is up to date * Make sure ``__version__`` string in ``libcloud/__init__.py`` is up to date * Make sure ``version`` and ``release`` in ``docs/conf.py`` are up to date -* Update constants: ``python contrib/scrape-ec2-sizes.py > libcloud/compute/constants.py`` +* Update constants, pricing and other auto-generated data: ``tox -e scrape-ec2-sizes,scrape-ec2-prices`` 1. Pre-release check list ~~~~~~~~~~~~~~~~~~~~~~~~~
