File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ Chef Repo
4242 * ``git tag vX.Y.Z ``
4343 * ``git push --tags origin vX.Y.Z ``
4444- update opscode community cookbook
45+ * cd to parent dir of deis-cookbook
4546 * ``cp -pr deis-cookbook /tmp/deis && cd /tmp ``
46- * ``tar cvfz deis-cookbook-vX.Y.Z.tar.gz --exclude='deis/.git' --exclude='deis/.vagrant ' deis ``
47+ * ``tar cvfz deis-cookbook-vX.Y.Z.tar.gz --exclude='deis/.* ' deis ``
4748 * log in to community.opscode.com and upload tarball
4849- switch master to upcoming release
4950 * ``git checkout master ``
@@ -57,7 +58,7 @@ Deis Repo
5758
5859- merge master into release branch locally
5960 * ``git checkout release ``
60- * ``git merge master ``
61+ * ``git merge master ``
6162- update berksfile with new release
6263 * ensure Berksfile is pointing to opscode community cookbook
6364 * ``berks update && berks install `` to update Berksfile.lock
You can’t perform that action at this time.
0 commit comments