diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-06-24 02:07:10 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-06-24 02:07:10 -0600 |
| commit | c031bd11fa529621b9a841c11986ea2a42bbc8f4 (patch) | |
| tree | 7b5818358325065cb130a770168f4b4ceca5ffbe /Rakefile | |
| parent | 6f43b4e837f5443305d92d870e4ce6e8b8bc4de0 (diff) | |
add note that pre-tag commit doesn't work any longer
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}') |
