Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Minor update to release procedure doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 22, 2013
1 parent 5f86e3e commit ec4899c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Chef Repo
* ``git tag vX.Y.Z``
* ``git push --tags origin vX.Y.Z``
- update opscode community cookbook
* cd to parent dir of deis-cookbook
* ``cp -pr deis-cookbook /tmp/deis && cd /tmp``
* ``tar cvfz deis-cookbook-vX.Y.Z.tar.gz --exclude='deis/.git' --exclude='deis/.vagrant' deis``
* ``tar cvfz deis-cookbook-vX.Y.Z.tar.gz --exclude='deis/.*' deis``
* log in to community.opscode.com and upload tarball
- switch master to upcoming release
* ``git checkout master``
Expand All @@ -57,7 +58,7 @@ Deis Repo

- merge master into release branch locally
* ``git checkout release``
* ``git merge master``
* ``git merge master``
- update berksfile with new release
* ensure Berksfile is pointing to opscode community cookbook
* ``berks update && berks install`` to update Berksfile.lock
Expand Down

0 comments on commit ec4899c

Please sign in to comment.