Skip to content

Commit

Permalink
Allow a changed HISTORY.textile in the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 14, 2013
1 parent bcf221c commit f49afd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ namespace :all do
task :push => FRAMEWORKS.map { |f| "#{f}:push" } + ['hydra-head:push']

task :ensure_clean_state do
unless `git status -s | grep -v HYDRA_VERSION`.strip.empty?
unless `git status -s | grep -v HYDRA_VERSION | grep -v HISTORY.textile`.strip.empty?
abort "[ABORTING] `git status` reports a dirty tree. Make sure all changes are committed"
end

Expand Down

0 comments on commit f49afd2

Please sign in to comment.