From 5b197151b973da84651b7edf5e02e0c2727f49af Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 20 May 2014 13:13:43 -0700 Subject: comments on shipping --- Rakefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index b3e8b91..5b0f112 100644 --- a/Rakefile +++ b/Rakefile @@ -102,9 +102,14 @@ task :prep do generate_yajl_version end +# # FIXME: need a rake task to update the git submodule and need to do that before shipping -desc "Build it and ship it" -#task :ship => [:clean, :prep, :gem] do +# +# to ship, update lib/libyajl2/version.rb and commit that, then: +# +# git push && rake clean && rake prep && rake gem && rake ship +# +desc "Ship it" task :ship do sh("git tag #{Libyajl2::VERSION}") sh("git push --tags") -- cgit v1.2.1