Skip to content

Commit

Permalink
add goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo committed Apr 12, 2020
1 parent 144ed94 commit ead6f8d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
project_name: gitpert
before:
hooks:
- go mod tidy
builds:
-
main: ./cmd/gitpert.go
env:
- CGO_ENABLED=0
brews:
-
github:
owner: augmentable-dev
name: homebrew-tickgit
commit_author:
name: augmentable
email: [email protected]
homepage: "https://augmentable.io/"
description: "gitpert measures the "pertinence" of git authors as a time-decayed measure of LOC added and removed to a repository (or a set of files in a repository)."

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit ead6f8d

Please sign in to comment.