Closed skaji closed 7 years ago
Currently the order of x_contributors is the same as git log --format="%aN". Then it happens that minil build emits a different META.json even though the contributors are same.
git log --format="%aN"
minil build
This PR prevents this by sorting x_contributors section.
lgtm
Currently the order of x_contributors is the same as
git log --format="%aN"
. Then it happens thatminil build
emits a different META.json even though the contributors are same.This PR prevents this by sorting x_contributors section.