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

Input for release-notes-file in chart-releaser-action #181

Closed VietND96 closed 7 months ago

VietND96 commented 7 months ago

Input for --release-notes-file and --generate-release-notes from action input

The change tested in https://github.com/NDViet/docker-selenium/actions/runs/7970993680/job/21760271888 Result: https://github.com/NDViet/docker-selenium/releases/tag/selenium-grid-0.28.1

VietND96 commented 7 months ago

I am closing this, since could pass value via ENV CR_RELEASE_NOTES_FILE as well