author: Mia Schambeck
summary: use sort -V instead of sort -n
Sorting the commit using `sort -n` sorts commit 10 before commit 2.
`sort -V` sorts for version numbers and produces the expected
behaviour.
