Skip to content

Commit f11375d

Browse files
committed
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

rakelib/release.rb

Lines changed: 1 addition & 1 deletion
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)