Skip to content

Commit

Permalink
fix: goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jul 22, 2020
1 parent c9ab29e commit 1bb3e39
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ dockers:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{ .Version }}"
- "--label=org.label-schema.name={{ .ProjectName }}"
brew:
github:
brews:
-
tap:
owner: caarlos0
name: homebrew-tap
folder: Formula
Expand All @@ -36,7 +37,8 @@ brew:
# homepage: http://carlosbecker.com
# description: Like gofmt, but for JSON files
# license: MIT
nfpm:
nfpms:
-
homepage: http://carlosbecker.com
description: Like gofmt, but for JSON files
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
Expand All @@ -45,7 +47,8 @@ nfpm:
formats:
- deb
- rpm
snapcraft:
snapcrafts:
-
summary: Like gofmt, but for JSON files
description: |
jsonfmt can check and format your JSON files in a reliable way, so they
Expand Down

0 comments on commit 1bb3e39

Please sign in to comment.