pachyderm / helmchart

Helm Chart for Pachyderm
5 stars 9 forks source link

Ensure that pre-release versions are not listed as release in ArtifactHub #95

Closed robert-uhl closed 3 years ago

robert-uhl commented 3 years ago

Helm knows that 1.2.3-alpha.beta.3 is a pre-release version due to SemVer, but ArtifactHub appears to rely on annotations. Can these be added in the chart releaser process?

Otherwise, do they need to be added manually to pre-releases and removed manually from releases? That would be … not terribly great.