Rakefile in asciidoctor-pdf-1.5.0.alpha.13 vs Rakefile in asciidoctor-pdf-1.5.0.alpha.14
- old
+ new
@@ -5,9 +5,10 @@
default_tasks = []
begin
require 'bundler/gem_tasks'
+ default_tasks << :build
# Enhance the release task to create an explicit commit for the release
#Rake::Task[:release].enhance [:commit_release]
# NOTE you don't need to push after updating version and committing locally