@@ -32,23 +32,23 @@ Chef Repo
3232 * create pull request from master to release branch
3333 * review and merge on github.com
3434- change chef attributes from master to latest tag in deis-cookbook/attributes
35- * default.deis.build.revision
36- * default.deis.gitosis.revision
37- * default.deis.controller.revision
35+ * default.deis.build.revision
36+ * default.deis.gitosis.revision
37+ * default.deis.controller.revision
3838- ``knife cookbook metadata . `` will update metadata.json
3939- commit and push the opdemand/deis-cookbook repo
40- * ``git commit -a -m 'updated for v0.0.X release' ``
41- * ``git tag v0.0.X ``
42- * ``git push --tags origin v0.0.X ``
40+ * ``git commit -a -m 'updated for v0.0.X release' ``
41+ * ``git tag v0.0.X ``
42+ * ``git push --tags origin v0.0.X ``
4343- update opscode community cookbook
44- * ``cp -pr deis-cookbook /tmp/deis && cd /tmp ``
45- * ``tar cvfz deis-cookbook-v0.0.X.tar.gz --exclude='deis/.git' --exclude='deis/.vagrant' deis ``
46- * log in to community.opscode.com and upload tarball
44+ * ``cp -pr deis-cookbook /tmp/deis && cd /tmp ``
45+ * ``tar cvfz deis-cookbook-v0.0.X.tar.gz --exclude='deis/.git' --exclude='deis/.vagrant' deis ``
46+ * log in to community.opscode.com and upload tarball
4747- switch master back to upcoming release
48- * ``git checkout master ``
49- * change cookbook revisions in metadata.rb to *next * version
50- * ``git commit -a -m 'switch master to v0.0.Y' ``
51- * ``git push origin master ``
48+ * ``git checkout master ``
49+ * change cookbook revisions in metadata.rb to *next * version
50+ * ``git commit -a -m 'switch master to v0.0.Y' ``
51+ * ``git push origin master ``
5252
5353
5454Deis Repo
@@ -61,31 +61,31 @@ Deis Repo
6161 * ``berks update && berks install ``
6262 * switch from github cookbook to opscode community cookbook
6363- commit and push the opdemand/deis repo
64- * ``git commit -a -m 'updated for v0.0.X release' ``
65- * ``git tag v0.0.X ``
66- * ``git push --tags origin v0.0.X ``
64+ * ``git commit -a -m 'updated for v0.0.X release' ``
65+ * ``git tag v0.0.X ``
66+ * ``git push --tags origin v0.0.X ``
6767- switch master to upcoming release
68- * ``git checkout master ``
69- * update __version__ fields in Python packages to *next * version
70- * switch from opscode community cookbook back to github cookbook
68+ * ``git checkout master ``
69+ * update __version__ fields in Python packages to *next * version
70+ * switch from opscode community cookbook back to github cookbook
7171 * ``berks update && berks install ``
72- * ``git commit -a -m 'switch master to v0.0.Y' ``
73- * ``git push origin master ``
72+ * ``git commit -a -m 'switch master to v0.0.Y' ``
73+ * ``git push origin master ``
7474
7575
7676Client
7777------
7878- publish CLI to pypi.python.org
79- - ``python setup.py sdist upload ``
80- - use testpypi.python.org first to ensure there aren't any problems
79+ - ``python setup.py sdist upload ``
80+ - use testpypi.python.org first to ensure there aren't any problems
8181
8282
8383Docs
8484----
8585- create release notes docs
86- - follow format of previous `release notes `_
87- - summarize all work done
88- - what's next and future directions
86+ - follow format of previous `release notes `_
87+ - summarize all work done
88+ - what's next and future directions
8989- publish docs to http://docs.deis.io (deis.readthedocs.org)
9090- publish docs to pythonhosted.org/deis
9191 - from the project root, run ``make -C docs clean zipfile ``
0 commit comments