Skip to content

build: remove install hooks from release dist #812

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haatveit
Copy link

@haatveit haatveit commented Jul 9, 2025

This commit removes the hooks section from plugin.yaml when staging it for release in the dist target, as the script referenced there is not bundled as part of releases, and also not needed.

This fixes #504.

(I hope this Makefile target is actually what you still use to prepare releases, under the release assets there are files like helm-diff-freebsd-arm64.tgz that aren't being built here.)

This commit removes the hooks section from plugin.yaml when staging
it for release in the dist target, as the script referenced there is not
bundled as part of releases, and also not needed.

This fixes databus23#504.
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

Successfully merging this pull request may close these issues.

After downloading the .tgz release files, helm plugin install is failing
1 participant