Skip to content

Commit

Permalink
Merge pull request #16 from thmttch/real-0.5.0-release
Browse files Browse the repository at this point in the history
bump metadata, update instructions, prep for cutting release tag
  • Loading branch information
thmttch committed May 21, 2015
2 parents 3844e05 + 1db71ba commit 2eae8a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion script/release-to-supermarket.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
echo "Don't know how to automate this (creds), so here are the instructions:"
echo ""

echo 'knife cookbook site share anaconda "Programming Languages" --cookbook-path PATH --config KNIFE.RB'
echo 'BUMP METADATA.RB!!!! stop forgetting this'
echo ""

echo 'cut a github release, checkout that tag, then run the next command:'
echo ""

echo 'knife cookbook site share anaconda "Programming Languages" --cookbook-path PATH --config KNIFE.RB/${CHEF_PUB}'
echo ""

echo "https://docs.getchef.com/knife_cookbook_site.html#share"

0 comments on commit 2eae8a2

Please sign in to comment.