summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2015-06-24 02:07:10 -0600
committerDan Allen <dan.j.allen@gmail.com>2015-06-24 02:07:10 -0600
commitc031bd11fa529621b9a841c11986ea2a42bbc8f4 (patch)
tree7b5818358325065cb130a770168f4b4ceca5ffbe /Rakefile
parent6f43b4e837f5443305d92d870e4ce6e8b8bc4de0 (diff)
add note that pre-tag commit doesn't work any longer
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 10c6e61e..a5bc702e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,6 +12,7 @@ begin
#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}')