Support mise.toml as version-file (input)#415
Support mise.toml as version-file (input)#415paulo-ferraz-oliveira merged 22 commits intoerlef:mainfrom
mise.toml as version-file (input)#415Conversation
|
I think I'm good on this unless there's any feedback @paulo-ferraz-oliveira might be interested in giving. |
paulo-ferraz-oliveira
left a comment
There was a problem hiding this comment.
This is a good direction. Thanks for the contribution. I just have a question or two around the file name, then we should be good to go.
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
|
You'll probably need to run |
|
Should be good to go now, assuming CI goes green. |
|
Might be you forgot to run |
Sorry about that, I was sure I did! 😓 |
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
63e9ed5 to
8f0b3e5
Compare
|
Re-running CI. I'm just waiting for ✅ since I have no further input on the implementation. |
|
Could you rebase and push again? This |
It really is! 😅 Now up to date with upstream master, by way of merge. I can also rebase if needed, but I guess we can just squash the PR into a single commit to make it easier 🙏 |
|
Merged. Thanks. |
mise.tomlmise.toml as version-file (input)
This is the continuation of the work in #374.
We want to be able to support mise version files which are in TOML format. The code autodetects the format by extension so the usage doesn't really change. The README was updated.