From 3fa557c508c45aac2b28c060e038efbfbf4914ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6ltje?= Date: Thu, 18 Jul 2024 01:28:33 -0400 Subject: [PATCH] update yaml to version 2 --- .goreleaser.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3dd1b0a..8a27edc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,4 +1,5 @@ # Make sure to check the documentation at https://goreleaser.com +version: 2 before: hooks: - go mod tidy @@ -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: @@ -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"