Hello there,
I use a scoped registry to share my custom packages. It work fine, however I’d like control which of my published version is the one marked as “Recommended” in the PackageManager.
Right now, the most recently published version has the word “Recommended” next to the version number and if I select the package in the package list, it advise me to update to that version.
This is a problem because I sometime have to publish “preview” versions and I don’t want it to be recommended by default. I use the “-preview.1” suffix in my package version, as advise in documentation but that doesn’t fix my problem.

My question is: How can I choose which version is recommended by the PackageManager ?
An alternative solution would be to hide my “-preview” versions just like Unity preview packages are hidden. But here again I can’t find any information about that.
How does it work ? Can I do that with my custom packages ?
