From 490fc8040183f5d827adf474a8072bc1db7c5bb0 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 3 Oct 2018 10:51:56 -0400 Subject: [PATCH] generated goreleaser --- .goreleaser.yml | 97 ++++++++++++------------------------------------- 1 file changed, 24 insertions(+), 73 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 41c63b4a0..237fd95d1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,75 +1,26 @@ -project_name: buffalo -release: - github: - owner: gobuffalo - name: buffalo - name_template: '{{.Tag}}' -brew: - commit_author: - name: goreleaserbot - email: goreleaser@carlosbecker.com - install: bin.install "buffalo" +# Code generated by github.com/gobuffalo/release. DO NOT EDIT. +# Edit .goreleaser.yml.plush instead + builds: - - - goos: - - linux - - darwin - - windows - goarch: - - amd64 - goarm: - - "6" - main: ./buffalo/main.go - binary: buffalo-no-sqlite - hooks: - pre: packr - post: packr clean - - - goos: - - linux - - darwin - - windows - goarch: - - amd64 - goarm: - - "6" - main: ./buffalo/main.go - binary: buffalo-with-zbuffalo - flags: -tags zbuffalo - hooks: - pre: packr - post: packr clean -archive: - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm - }}v{{ .Arm }}{{ end }}' - format: tar.gz - files: - - licence* - - LICENCE* - - license* - - LICENSE* - - readme* - - README* - - changelog* - - CHANGELOG* -fpm: - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm - }}v{{ .Arm }}{{ end }}' - bindir: /usr/local/bin -snapcraft: - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm - }}v{{ .Arm }}{{ end }}' -snapshot: - name_template: SNAPSHOT-{{ .Commit }} +- + goos: + - darwin + - linux + - windows + env: + - CGO_ENABLED=0 + # main: ./buffalo/main.go + checksum: - name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt' -dist: dist -sign: - cmd: gpg - args: - - --output - - $signature - - --detach-sig - - $artifact - signature: ${artifact}.sig - artifacts: none + name_template: 'checksums.txt' + +snapshot: + name_template: "{{ .Tag }}-next" + +changelog: + sort: asc + filters: + exclude: + - '^docs:' + - '^test:' +