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