bottle: write bottle version in commit message.

This commit is contained in:
Mike McQuaid 2013-11-27 08:31:14 +00:00
parent 1bab14418c
commit 9773b9e8bf

View File

@ -208,7 +208,7 @@ module Homebrew extend self
update_or_add = has_bottle_block ? 'update' : 'add'
safe_system 'git', 'commit', formula_path, '-m',
"#{f.name}: #{update_or_add} bottle."
"#{f.name}: #{update_or_add} #{f.version} bottle."
end
end
exit 0