From 261cea8fb288b9cb99e51a6e121d2600adc156f6 Mon Sep 17 00:00:00 2001 From: drew Date: Tue, 29 Jul 2025 21:21:26 +0400 Subject: [PATCH] fix: more explicit instructions (#36) --- .goreleaser.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index baaf496382b59685c33a2330708cc6b7694380e3..60f72ca691a84326f14101a9a61f98706caec66a 100644 --- a/.goreleaser.yml +++ b/.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