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 <humorce@outlook.com>
This commit is contained in:
Evan Reed 2025-04-22 21:11:29 -04:00 committed by GitHub
parent f7de871803
commit b553d0e366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},