@@ -20,6 +20,9 @@ Please keep this document up-to-date with any changes in this process.
2020
2121opdemand/deis-cookbook Chef Repo
2222--------------------------------
23+ - One-time setup:
24+ * ``gem install stove --pre ``
25+ * Configure your ``~/.stove `` file as outlined in `Installing Stove `_
2326- Create the next `deis-cookbook milestone `_
2427- Move any `deis-cookbook open issues `_ from the current release to the
2528 next milestone
@@ -39,11 +42,7 @@ opdemand/deis-cookbook Chef Repo
3942 * ``git tag vX.Y.Z ``
4043 * ``git push --tags origin vX.Y.Z ``
4144- Update the deis Opscode Community cookbook
42- * ``cd `` to the parent dir of the deis-cookbook repository
43- * ``cp -pr deis-cookbook /tmp/deis && cd /tmp ``
44- * ``tar cvfz deis-cookbook-vX.Y.Z.tar.gz --exclude='deis/.*' deis ``
45- * log in to the `Opscode Community `_ site and upload the
46- **/tmp/deis-cookbook-vX.Y.Z.tar.gz ** tarball
45+ * ``bake vX.Y.Z --no-bump --no-changelog --no-dev --no-git --no-github --no-jira ``
4746- switch master to upcoming release
4847 * ``git checkout master ``
4948 * change **version ** string in metadata.rb to *next * version
@@ -127,3 +126,4 @@ Documentation
127126.. _`aws-eng S3 bucket` : https://s3-us-west-2.amazonaws.com/opdemand/
128127.. _`Deis Pypi` : https://pypi.python.org/pypi/deis/
129128.. _`Docker Index` : https://index.docker.io/
129+ .. _`Installing Stove` : https://github.com/sethvargo/stove#installation
0 commit comments