Skip to content

Commit f11375d

Browse files
committedMay 17, 2015
Match only v2.x tags.
1 parent 30d3c25 commit f11375d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎rakelib/release.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def revision_file
88
end
99

1010
def describe_revision
11-
@description ||= `git describe --tags --abbrev=40 --long`
11+
@description ||= `git describe --tags --match=v2* --abbrev=40 --long`
1212
end
1313

1414
def release_revision

0 commit comments

Comments
 (0)
Please sign in to comment.