Rakefile in bootstrap_form-4.0.0.alpha1 vs Rakefile in bootstrap_form-4.0.0
- old
+ new
@@ -22,6 +22,12 @@
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = false
end
+# This automatically updates GitHub Releases whenever we `rake release` the gem
+task "release:rubygem_push" do
+ require "chandler/tasks"
+ Rake.application.invoke_task("chandler:push")
+end
+
task default: :test