Skip to content

Commit

Permalink
fix up release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 11, 2012
1 parent efb6d2f commit 5dee228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def latest_release
end

def newer_release
tags = %x{ git tag --contains v#{latest_release} }.split("\n").sort_by do |tag|
tags = %x{ git tag --contains v#{latest_release} | grep -v pre }.split("\n").sort_by do |tag|
Gem::Version.new(tag[1..-1])
end
tags[1]
Expand Down

0 comments on commit 5dee228

Please sign in to comment.