summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-08-05 01:09:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2014-08-05 01:09:23 -0600
commitb4d8e540e5fc3def044d4dfad6765f285e12946d (patch)
tree7ab9bb7d71d11f4e5b9bdf486c7a2a07f7f0fe7f /Rakefile
parent4be6a99e8f22b98ee9e53941b4572448bc1568c5 (diff)
prepare for the next development iteration [ci skip]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 56c75f94..c7a7ede8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -103,6 +103,7 @@ begin
# 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
task :commit_release do
Bundler::GemHelper.new.send(:guard_clean)
sh "git commit --allow-empty -a -m 'Release #{Asciidoctor::VERSION}'"