summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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}'"