@jdxcode/mise 2025.10.3 → 2025.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option
|
|
|
55
55
|
```sh-session
|
|
56
56
|
$ curl https://mise.run | sh
|
|
57
57
|
$ ~/.local/bin/mise --version
|
|
58
|
-
2025.10.
|
|
58
|
+
2025.10.5 macos-arm64 (a1b2d3e 2025-10-07)
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
Hook mise into your shell (pick the right one for your shell):
|
|
@@ -170,6 +170,18 @@ Find more examples in the [mise cookbook](https://mise.jdx.dev/mise-cookbook/).
|
|
|
170
170
|
|
|
171
171
|
See [mise.jdx.dev](https://mise.jdx.dev)
|
|
172
172
|
|
|
173
|
+
## GitHub Issues & Discussions
|
|
174
|
+
|
|
175
|
+
Due to the volume of issue submissions mise received, using GitHub Issues became unsustainable for
|
|
176
|
+
the project. Instead, mise uses GitHub Discussions which provide a more community-centric platform
|
|
177
|
+
for communication and require less management on the part of the maintainers.
|
|
178
|
+
|
|
179
|
+
Please note the following discussion categories, which match how issues are often used:
|
|
180
|
+
|
|
181
|
+
- [Announcements](https://github.com/jdx/mise/discussions/categories/announcements)
|
|
182
|
+
- [Ideas](https://github.com/jdx/mise/discussions/categories/ideas): for feature requests, etc.
|
|
183
|
+
- [Troubleshooting & Bug Reports](https://github.com/jdx/mise/discussions/categories/troubleshooting-and-bug-reports)
|
|
184
|
+
|
|
173
185
|
## Special Thanks
|
|
174
186
|
|
|
175
187
|
We're grateful for Cloudflare's support through [Project Alexandria](https://www.cloudflare.com/lp/project-alexandria/).
|