fix: more explicit instructions (#36)

drew created

Change summary

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

Detailed changes

.goreleaser.yml 🔗

@@ -105,6 +105,16 @@ brews:
     # This tells Homebrew to just install the binary.
     install: |
       bin.install "email-cli"
+
+# 'snapcrafts' configures the Snapcraft integration.
 snapcrafts:
-  - name: email-cli
+  - # The configuration for your Snapcraft package.
+    name: email-cli
     publish: true
+    summary: "A beautiful and functional email client for your terminal."
+    description: |
+      A beautiful and functional email client for your terminal, built with Go and the charming Bubble Tea TUI library.
+      Never leave your command line to check your inbox or send an email again!
+    grade: stable
+    confinement: strict
+    license: MIT