From b553d0e36604324fdb837cdd53b2d4157c41c0ca Mon Sep 17 00:00:00 2001 From: Evan Reed Date: Tue, 22 Apr 2025 21:11:29 -0400 Subject: [PATCH] mise: notes for manifest updating (#6484) * mise: add warning message about manual config migration * mise: update to version 2025.1.13 before submitting PR * notes for manifest updating --------- Co-authored-by: HUMORCE --- bucket/mise.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/bucket/mise.json b/bucket/mise.json index fe340b9b22..9692ec7206 100644 --- a/bucket/mise.json +++ b/bucket/mise.json @@ -3,6 +3,11 @@ "description": "Polyglot tool version manager and task runner", "homepage": "https://mise.jdx.dev/", "license": "MIT", + "notes": [ + "Persistence and environment variables settings of the manifest have been revoked, you can find persisted data at '$persist_dir', if you have installed the manifest before.", + "", + "See documentation for notes on configuring your shell: https://mise.jdx.dev/installing-mise.html" + ], "architecture": { "64bit": { "url": "https://github.com/jdx/mise/releases/download/v2025.4.6/mise-v2025.4.6-windows-x64.zip", @@ -14,14 +19,8 @@ } }, "extract_dir": "mise", - "bin": "bin/mise.exe", - "pre_install": [ - "if (!(Test-Path \"$persist_dir\\config.toml\") -and !(Test-Path \"$dir\\config.toml\")) {", - " New-Item -Path \"$dir\\config.toml\" -ItemType File -ea 0 | Out-Null", - "}" - ], "env_add_path": "mise\\shims", - "notes": "See documentation for notes on configuring your shell: https://mise.jdx.dev/installing-mise.html", + "bin": "bin/mise.exe", "checkver": { "github": "https://github.com/jdx/mise" },