Skip to content

Commit

Permalink
Add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote committed Oct 10, 2019
1 parent 39b7617 commit 1bb71fd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ vendor/
.1build
1build
dist/
.goreleaser.yml
!1build.yaml
41 changes: 41 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
project_name: 1build
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
before:
hooks:
- go mod tidy
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^testing:'
brews:
-
name: "one-build"
github:
owner: gopinath-langote
name: homebrew-1build
commit_author:
name: gopinath-langote
email: [email protected]
folder: Formula
homepage: "https://github.com/gopinath-langote/1build"
description: "Frictionless way of managing project-specific commands"
test: |
system "#{bin}/1build --version"
install: |
bin.install "1build"

0 comments on commit 1bb71fd

Please sign in to comment.