We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thanks for your great work in this action.
Would it be possibe to ignore change of directories or files in chart directory?
chart-releaser-action/cr.sh
Lines 257 to 258 in db5211e
Generally, there are README.md, .helmignore in chart directory. If we update them, we don't need to release a new version.
README.md
.helmignore
We can define an environment CR_SKIP_EXISTING as a workaround.
CR_SKIP_EXISTING
Here is an example, prometheus-msteams/prometheus-msteams#320
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for your great work in this action.
Would it be possibe to ignore change of directories or files in chart directory?
chart-releaser-action/cr.sh
Lines 257 to 258 in db5211e
Generally, there are
README.md
,.helmignore
in chart directory. If we update them, we don't need to release a new version.We can define an environment
CR_SKIP_EXISTING
as a workaround.Here is an example, prometheus-msteams/prometheus-msteams#320
The text was updated successfully, but these errors were encountered: