We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0daa02 commit b58808eCopy full SHA for b58808e
tasks/release.rb
@@ -98,7 +98,7 @@
98
task :push => FRAMEWORKS.map { |f| "#{f}:push" } + ['rails:push']
99
100
task :ensure_clean_state do
101
- unless `git status -s | grep -v RAILS_VERSION`.strip.empty?
+ unless `git status -s | grep -v 'RAILS_VERSION\\|CHANGELOG'`.strip.empty?
102
abort "[ABORTING] `git status` reports a dirty tree. Make sure all changes are committed"
103
end
104
0 commit comments