Rakefile in asciidoctor-pdf-1.5.0.alpha.8 vs Rakefile in asciidoctor-pdf-1.5.0.alpha.9
- old
+ new
@@ -10,9 +10,10 @@
# 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
+ # WARNING no longer works; it's now necessary to get master in a state ready for tagging
task :commit_release do
Bundler::GemHelper.new.send :guard_clean
sh %(git commit --allow-empty -a -m 'Release #{Asciidoctor::Pdf::VERSION}')
end
rescue LoadError