diff options
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}'" |
