Skip to content

Commit b58808e

Browse files
committedAug 24, 2015
Allow release when CHANGELOG is changed
1 parent c0daa02 commit b58808e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tasks/release.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
task :push => FRAMEWORKS.map { |f| "#{f}:push" } + ['rails:push']
9999

100100
task :ensure_clean_state do
101-
unless `git status -s | grep -v RAILS_VERSION`.strip.empty?
101+
unless `git status -s | grep -v 'RAILS_VERSION\\|CHANGELOG'`.strip.empty?
102102
abort "[ABORTING] `git status` reports a dirty tree. Make sure all changes are committed"
103103
end
104104

0 commit comments

Comments
 (0)
Please sign in to comment.