Rakefile in workarea-shipping_message-1.2.0 vs Rakefile in workarea-shipping_message-1.2.1

- old
+ new

@@ -29,14 +29,14 @@ host = "https://#{ENV['BUNDLE_GEMS__WEBLINC__COM']}@gems.weblinc.com" Rake::Task['workarea:changelog'].execute system 'git add CHANGELOG.md' system 'git commit -m "Update CHANGELOG"' - system 'git push origin HEAD' system "git tag -a v#{Workarea::ShippingMessage::VERSION} -m 'Tagging #{Workarea::ShippingMessage::VERSION}'" - system "git push --tags" + system "git push origin HEAD --follow-tags" system "gem build workarea-shipping_message.gemspec" + system "gem push workarea-shipping_message-#{Workarea::ShippingMessage::VERSION}.gem" system "gem push workarea-shipping_message-#{Workarea::ShippingMessage::VERSION}.gem --host #{host}" system "rm workarea-shipping_message-#{Workarea::ShippingMessage::VERSION}.gem" end