Comment by jrop
3 days ago
I really prefer to lock the version numbers instead:
mise use -g somepackage --pin
I can commit/rollback to known good versions. To upgrade:
mise up -il
Not so long ago, I was outspoken against mise. I've since come around. It truly is a fantastic tool.
Mise now has lockfiles as a stable feature, which has the benefit of hash checking if you use Mise in a CI environment!
What were your criticisms, and what changed?