helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
559 stars 206 forks source link

Add option to exclude tags #157

Closed zalsader closed 4 months ago

zalsader commented 1 year ago

The current code for lookup_latest_tag finds the latest tag, whether it was generated by helm or not. This option allows excluding a certain pattern of tags. e.g. v* to exclude version tags.

zalsader commented 1 year ago

Added

zalsader commented 8 months ago

@cpanato could you please take a look again?

cpanato commented 8 months ago

thanks. Before we merge this, is it possible to show test evidence that it is working? also show the a test that the normal case still works

thanks

zalsader commented 4 months ago

Closing because I no longer have access to the original repository.