npm: minimum_release_age installs prerelease #9503
Replies: 1 comment
-
|
Thanks for the detailed reproducer. Root cause: when Fix: added those channel tags to With the fix, your reproducer resolves This comment was generated by an AI coding assistant. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
npm: minimum_release_age installs prerelease
For the
npm:backend, settingMISE_MINIMUM_RELEASE_AGEcauses mise to ignore Semantic Versioning rule 9 and install a pre-release instead of the latest matching stable release.Beta Was this translation helpful? Give feedback.
All reactions