-
Is your feature request related to a problem? Please describe.We'd like to make alpha or pre-releases (or some other tag), and have those releases marked as alpha releases. But also have stable releases at the same time. Eg. I'd releases version Is this already possible somehow? Any advice on how to achieve this would be much appreciated. Describe the solution you'd likeSome way that people could tag their releases as alpha releases, but also release their artifacts. Describe alternatives you've consideredPeople can encode this information in their version numbers, so I thought that could be a way to implement this... if there's not another way people are using. Then we could consider versions like 1.1.0-alpha.1 an alpha release, and show the user by default the most recent non-alpha release... for example: Container images (and npm packages) can have an alpha or latest tag. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @illume 👋 You can tag Headlamp plugins packages versions as prerelease using the hub/docs/metadata/artifacthub-pkg.yml Line 24 in 10997a4 |
Beta Was this translation helpful? Give feedback.

Hi @illume 👋
You can tag Headlamp plugins packages versions as prerelease using the
prereleasefield in the metadata file:hub/docs/metadata/artifacthub-pkg.yml
Line 24 in 10997a4