File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ Deis controller, providing a Heroku-inspired PaaS workflow.
99.. image :: https://travis-ci.org/opdemand/deis.png?branch=master
1010 :target: https://travis-ci.org/opdemand/deis
1111
12+ .. image :: https://pypip.in/d/deis/badge.png
13+ :target: https://pypi.python.org/pypi/deis/
14+ :alt: Downloads
15+
16+ .. image :: https://pypip.in/license/deis/badge.png
17+ :target: https://pypi.python.org/pypi/deis/
18+ :alt: License
19+
1220What is Deis?
1321-------------
1422
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Deis Repo
6565 * ensure Berksfile is pointing to opscode community cookbook
6666 * ``berks update && berks install `` to update Berksfile.lock
6767- commit and push the opdemand/deis release and tag
68- * ``git commit -a -m 'updated for vX.Y.Z release' ``
68+ * ``git commit -a -m 'Updated for vX.Y.Z release. ' ``
6969 * ``git push origin release ``
7070 * ``git tag vX.Y.Z ``
7171 * ``git push --tags origin vX.Y.Z ``
@@ -77,7 +77,7 @@ Deis Repo
7777 * update __version__ fields in Python packages to *next * version
7878 * switch from opscode community cookbook back to github cookbook
7979 * ``berks update && berks install `` to update Berksfile.lock
80- * ``git commit -a -m 'switch master to vA.B.C.' `` (next version)
80+ * ``git commit -a -m 'Switch master to vA.B.C.' `` (next version)
8181 * ``git push origin master ``
8282
8383Docs
You can’t perform that action at this time.
0 commit comments