You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/06/29 08:19:26 UTC

[02/10] libcloud git commit: committer guide: update EC2 constants on release

committer guide: update EC2 constants on release


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/91e7e006
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/91e7e006
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/91e7e006

Branch: refs/heads/trunk
Commit: 91e7e006ec13fb68fd900fe572692373e3d7a9c2
Parents: caeac1a
Author: Quentin Pradet <qu...@apache.org>
Authored: Fri Jun 29 10:07:15 2018 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Fri Jun 29 11:46:26 2018 +0400

----------------------------------------------------------------------
 docs/committer_guide.rst | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/91e7e006/docs/committer_guide.rst
----------------------------------------------------------------------
diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst
index 0f99808..5dd548d 100644
--- a/docs/committer_guide.rst
+++ b/docs/committer_guide.rst
@@ -91,12 +91,17 @@ Making a release (for release managers)
 This section contains information a release manager should follow when
 preparing a release.
 
-1. Pre-release check list
+0. Update committed files
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-* Make sure tests pass on all the supported Python versions (``tox``)
 * Make sure ``CHANGES`` file is up to date
 * Make sure ``__version__`` string in ``libcloud/__init__.py`` is up to date
+* Update constants: ``python contrib/scrap-ec2-sizes.py > libcloud/compute/constants.py``
+
+1. Pre-release check list
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+* 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*``