Skip to content

Commit

Permalink
Merge pull request #591 from tendermint/fix/disable-snapcraft
Browse files Browse the repository at this point in the history
fix: disable Snapcraft from goreleaser
  • Loading branch information
lumtis authored Dec 21, 2020
2 parents 660be07 + 74e80fa commit f995439
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f995439

Please sign in to comment.