Skip to content

Commit

Permalink
feat(ci): goreleaser and makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 12, 2021
1 parent 4170fd3 commit f73092f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 54 deletions.
31 changes: 16 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
brews:
- folder: Formula
github:
owner: caarlos0
name: homebrew-tap
variables:
description: Get the contributor stats summary from all repos of any given organization
nfpms:
- formats:
- deb
homepage: https://github.com/caarlos0/org-stats

includes:
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/build.yml
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/package.yml
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/release.yml

furies:
- account: caarlos0

snapcrafts:
- publish: true
summary: Get the contributor stats summary from all repos of any given organization
description: |
Get the contributor stats summary from all repos of any given organization
summary: '{{ .description }}'
description: '{{ .description }}'
grade: stable
39 changes: 0 additions & 39 deletions Makefile

This file was deleted.

0 comments on commit f73092f

Please sign in to comment.