Allow release when CHANGELOG is changed

This commit is contained in:
Rafael Mendonça França 2015-08-24 14:52:22 -03:00
parent 099a9181fc
commit f2607bfd7b
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace :all do
task :push => FRAMEWORKS.map { |f| "#{f}:push" } + ['rails:push']
task :ensure_clean_state do
unless `git status -s | grep -v RAILS_VERSION`.strip.empty?
unless `git status -s | grep -v 'RAILS_VERSION\\|CHANGELOG'`.strip.empty?
abort "[ABORTING] `git status` reports a dirty tree. Make sure all changes are committed"
end