Skip to content

Commit

Permalink
Fix legacy Rake code for packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 1, 2016
1 parent 3d0718e commit e946d9a
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 --match=v2* --abbrev=40 --long`
@description ||= `git describe --tags --match=v* --abbrev=40 --long`
end

def release_revision
Expand Down

0 comments on commit e946d9a

Please sign in to comment.