Skip to content

Commit

Permalink
Add yum and rpm to the release bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Dec 7, 2021
1 parent d3250a7 commit 98a4a56
Showing 1 changed file with 28 additions and 18 deletions.
46 changes: 28 additions & 18 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
project_name: shopify-csv-download

before:
hooks:
- go mod download

release:
github:
owner: kishaningithub
name: shopify-csv-download

before:
hooks:
- go mod download

builds:
- main: ./cmd/shopify-csv-download/main.go
binary: shopify-csv-download
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64
- main: ./cmd/shopify-csv-download/main.go
binary: shopify-csv-download
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64

brews:
- name: shopify-csv-download
tap:
- tap:
owner: kishaningithub
name: homebrew-tap
url_template: "https://github.com/kishaningithub/shopify-csv-download/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
folder: Formula
homepage: "https://github.com/kishaningithub/shopify-csv-download"
description: "Download a shopify site in a csv format that the shopify importer understands"
homepage: https://github.com/kishaningithub/shopify-csv-download
description: Download a shopify site in a csv format that the shopify importer understands
license: MIT

nfpms:
- id: shopify-csv-download
package_name: shopify-csv-download
homepage: https://github.com/kishaningithub/shopify-csv-download
description: Download a shopify site in a csv format that the shopify importer understands
license: MIT
formats:
- apk
- deb
- rpm

0 comments on commit 98a4a56

Please sign in to comment.