We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c4b1a commit 84ef603Copy full SHA for 84ef603
tasks/release.rb
@@ -109,7 +109,7 @@
109
task :push => FRAMEWORKS.map { |f| "#{f}:push" } + ['rails:push']
110
111
task :ensure_clean_state do
112
- unless `git status -s | grep -v 'RAILS_VERSION\\|CHANGELOG'`.strip.empty?
+ unless `git status -s | grep -v 'RAILS_VERSION\\|CHANGELOG\\|Gemfile.lock'`.strip.empty?
113
abort "[ABORTING] `git status` reports a dirty tree. Make sure all changes are committed"
114
end
115
0 commit comments