To publish this cookbook to the https://supermarket.chef.io:
- Update
version
inmetadata.rb
. - Run
rake package
. Make sure to commit the Berksfile.lock if it's changed. - Tag and push the tag to GitHub, e.g
git tag v0.3.2 && git push --tags
. - Wait until Jenkins builds and tests the cookbook successfully.
- Publish to the supermarket by running
./publish.sh
. It will pick up the version. - Run
rake package
again to create a tarball with vendored cookbooks, eg.conjur-v0.4.0.tar.gz
- Create the release at https://github.com/conjur-cookbooks/conjur/releases and upload the tarball.