From 9b1319e1b5ae67cddcb15cf40ce0eb24357fb0a3 Mon Sep 17 00:00:00 2001 From: Dharsan Baskar Date: Tue, 30 Jun 2026 17:14:09 +0530 Subject: [PATCH] ci: update GoReleaser config to include footer with contribution details Signed-off-by: Dharsan Baskar --- .config/goreleaser.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.config/goreleaser.yaml b/.config/goreleaser.yaml index a4cd381..89904fd 100644 --- a/.config/goreleaser.yaml +++ b/.config/goreleaser.yaml @@ -90,6 +90,17 @@ release: name_template: "Kured {{ .Version }}" extra_files: - glob: ".tmp/goreleaser/kured-{{ .Version }}-combined.yaml" + mode: replace + footer: | + ## Get involved + + As an open source project, we are based on a community of volunteers. Help is always welcomed, at least so we don't feel alone caring about the reboot of your nodes :) + + Don't hesitate to onboard by tackling issues labeled as "good-first-issue" in our repositories (or harder ones if you like the challenge!), reviewing patches, improving the documentation, maintaining the charts, or help producing releases... + There are plenty of places you can contribute, and all you need to get started is your motivation to be one of us :) + You can contact us on slack if you want. + + Thanks a lot to everyone who contributed to kured since last release! changelog: use: github-native