Skip to content

Commit e946d9a

Browse files
committedJan 1, 2016
Fix legacy Rake code for packaging.
1 parent 3d0718e commit e946d9a

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 --match=v2* --abbrev=40 --long`
11+
@description ||= `git describe --tags --match=v* --abbrev=40 --long`
1212
end
1313

1414
def release_revision

0 commit comments

Comments
 (0)
Please sign in to comment.