From 8619bf2179a960575d724bd6904429e7b3d58365 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 17 Nov 2021 11:07:26 -0500 Subject: [PATCH] goreleaser: add release footer and use github-native --- .goreleaser.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index e855f9be..79a35741 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,6 +25,17 @@ builds: - "6" - "7" +release: + footer: | + * * * + + Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli) or [The Fediverse](https://mastodon.technology/@charm). + + The Charm logo + +changelog: + use: github-native + dockers: - image_templates: - "charmcli/soft-serve:latest-amd64"