From 8327b6d3c6129d3e5cfcb63acd9fb80bfe5c04ae Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 2 Aug 2020 13:46:07 +1000 Subject: [PATCH] update goreleaser yaml --- .goreleaser.yml | 60 ++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5b5baa4..11a7997 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -15,16 +15,16 @@ builds: - 386 # Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}`. -archive: - replacements: - darwin: Darwin - linux: Linux - windows: Windows - 386: 32-bit - amd64: x86_64 - format_overrides: - - goos: windows - format: zip +archives: + - replacements: + darwin: Darwin + linux: Linux + windows: Windows + 386: 32-bit + amd64: x86_64 + format_overrides: + - goos: windows + format: zip # checksum: # name_template: 'checksums.txt' # snapshot: @@ -36,27 +36,27 @@ changelog: - '^docs:' - '^test:' - '^bump' -brew: - # Repository to push the tap to. - github: - owner: jesseduffield - name: homebrew-horcrux +brews: + - + # Repository to push the tap to. + tap: + owner: jesseduffield + name: homebrew-horcrux - # Your app's homepage. - # Default is empty. - homepage: 'https://github.com/jesseduffield/horcrux/' + # Your app's homepage. + # Default is empty. + homepage: 'https://github.com/jesseduffield/horcrux/' - # Your app's description. - # Default is empty. - description: 'A program for splitting your files into encrypted fragments' + # Your app's description. + # Default is empty. + description: 'A program for splitting your files into encrypted fragments' - # # Packages your package depends on. - # dependencies: - # - git - # - zsh - # # Packages that conflict with your package. - # conflicts: - # - svn - # - bash + # # Packages your package depends on. + # dependencies: + # - git + # - zsh + # # Packages that conflict with your package. + # conflicts: + # - svn + # - bash -# test comment to see if goreleaser only releases on new commits