Skip to content

Commit

Permalink
chore: release deb and rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 17, 2018
1 parent cb781e1 commit fe3c9fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ brew:
# description: NFPM is not FPM
# license: MIT
# TODO: change to nfpm when released
# fpm:
# name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
# homepage: https://github.com/goreleaser/nfpm
# description: NFPM is not FPM
# maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
# license: MIT
# vendor: GoReleaser
# formats:
# - deb
# - rpm
nfpm:
name_template: '{{ .ProjectName }}_{{ .Arch }}'
homepage: https://github.com/goreleaser/nfpm
description: NFPM is not FPM
maintainer: Carlos Alexandro Becker <root@carlosbecker.com>
license: MIT
vendor: GoReleaser
formats:
- deb
- rpm
# TODO: should be able to do that "suggested packages" thing

0 comments on commit fe3c9fe

Please sign in to comment.