Skip to content

Commit

Permalink
Allow release when CHANGELOG is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 24, 2015
1 parent 099a918 commit f2607bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.rb
Expand Up @@ -98,7 +98,7 @@
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

Expand Down

0 comments on commit f2607bf

Please sign in to comment.