Skip to content

Commit

Permalink
Match only v2.x tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed May 17, 2015
1 parent 30d3c25 commit f11375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/release.rb
Expand Up @@ -8,7 +8,7 @@ def revision_file
end

def describe_revision
@description ||= `git describe --tags --abbrev=40 --long`
@description ||= `git describe --tags --match=v2* --abbrev=40 --long`
end

def release_revision
Expand Down

0 comments on commit f11375d

Please sign in to comment.