Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix CHANGES check
  • Loading branch information
rkh committed Oct 14, 2011
1 parent bf3ad8c commit 855e567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -164,7 +164,7 @@ if defined?(Gem)
end

task 'release' => ['test', package('.gem')] do
if File.read("CHANGES") =~ /= \d\.\d\.\d - not yet released$/i
if File.read("CHANGES") =~ /= \d\.\d\.\d . not yet released$/i
fail 'please update changes first'
end

Expand Down

0 comments on commit 855e567

Please sign in to comment.