Skip to content
New issue

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

Ignore change of directories or files in chart directory #139

Open
zhan9san opened this issue Apr 19, 2023 · 0 comments
Open

Ignore change of directories or files in chart directory #139

zhan9san opened this issue Apr 19, 2023 · 0 comments

Comments

@zhan9san
Copy link

zhan9san commented Apr 19, 2023

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

local changed_files
changed_files=$(git diff --find-renames --name-only "$commit" -- "$charts_dir")

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant