From f676f7a0f7c61da449beebf3d84d2f632805859d Mon Sep 17 00:00:00 2001 From: Erick Guan <297343+erickguan@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:20:19 +0100 Subject: [PATCH] docs: describe mise behavior when mise version is lower than min_version --- docs/configuration.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index e200fd23a7..da0cdf2cd1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -126,7 +126,12 @@ my_custom_node = '20' ### Minimum mise version -Define a minimum supported version of mise for the config file. mise will ignore config files that use too new of a version. +Define a minimum supported version of mise for the config file. When config files requires too new of a version, +mise will: + +- ignore config files +- warn the user +- stop continuing. ```toml min_version = '2024.11.1'