goreleaser: add release footer and use github-native

Ayman Bagabas created

Change summary

.goreleaser.yml | 11 +++++++++++
1 file changed, 11 insertions(+)

Detailed changes

.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).
+
+    <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge-unrounded.jpg" width="400"></a>
+
+changelog:
+  use: github-native
+
 dockers:
   - image_templates:
       - "charmcli/soft-serve:latest-amd64"