Skip to content

Commit

Permalink
update yaml to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jul 18, 2024
1 parent 5cb053d commit d6a5574
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Make sure to check the documentation at https://goreleaser.com
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -24,18 +25,12 @@ builds:
- "linux_ppc64le"
archives:
- id: default
replacements:
"darwin": "macos"
"386": "i386"
- id: binaries
format: binary
replacements:
"darwin": "macos"
"386": "i386"
brews:
- ids:
- "default"
tap:
repository:
owner: docwhat
name: homebrew-tap
commit_author:
Expand All @@ -46,7 +41,7 @@ brews:
system "#{bin}/temple /etc/hosts"
install: |
bin.install "temple"
folder: "Formula"
directory: "Formula"
homepage: "https://github.com/docwhat/temple"
description: "Sick of sed? Prosaic about perl? Use temple to substitute your variables!"
license: "MIT"
Expand Down

0 comments on commit d6a5574

Please sign in to comment.