dev-cmd/contributions: Add up different contribution types for a total

❯ brew contributions mikemcquaid
mikemcquaid directly authored 23766 commits, co-authored 241 commits, and signed-off 6730 commits across all Homebrew repos in all time. Total: 30737.
This commit is contained in:
Issy Long 2023-02-14 10:51:11 +00:00
parent 14f9a2424d
commit abe23fb249
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -79,7 +79,7 @@ module Homebrew
else
" in all time"
end
sentence += "."
sentence += ". Total: #{commits + coauthorships + signoffs}."
puts sentence
end