diff --git a/.goreleaser.yml b/.goreleaser.yml index 351af42d89..6599cabae9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,17 +16,17 @@ brews: install: | bin.install "starport" -snapcrafts: - - name: starport - replacements: - darwin: macOS - summary: The easiest way to build a blockchain. - description: Starport is the easiest way to build blockchains. It is a developer-friendly interface to the Cosmos SDK, the world's most widely-used blockchain application framework. Starport generates boilerplate code for you, so you can focus on writing business logic. - grade: stable - confinement: classic - base: core18 - license: Apache-2.0 - publish: true - apps: - starport: - command: starport +#snapcrafts: +# - name: starport +# replacements: +# darwin: macOS +# summary: The easiest way to build a blockchain. +# description: Starport is the easiest way to build blockchains. It is a developer-friendly interface to the Cosmos SDK, the world's most widely-used blockchain application framework. Starport generates boilerplate code for you, so you can focus on writing business logic. +# grade: stable +# confinement: classic +# base: core18 +# license: Apache-2.0 +# publish: true +# apps: +# starport: +# command: starport