From 1db71ba5ce16261da2b8cd95f4eeb4563e4461f2 Mon Sep 17 00:00:00 2001 From: Matt Chu Date: Thu, 21 May 2015 12:31:05 -0700 Subject: [PATCH] bump metadata, update instructions, prep for cutting release tag --- metadata.rb | 2 +- script/release-to-supermarket.sh | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata.rb b/metadata.rb index d074f3a..ac5e4ac 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'MIT' description 'Installs/Configures anaconda' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.4.5' +version '0.5.0' supports 'ubuntu', '= 12.04' supports 'ubuntu', '= 13.04' diff --git a/script/release-to-supermarket.sh b/script/release-to-supermarket.sh index bb8a2e4..4d102cd 100755 --- a/script/release-to-supermarket.sh +++ b/script/release-to-supermarket.sh @@ -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"