From 6170ee28ef220ef5c5e7c73e590acf4ceb8c8ca4 Mon Sep 17 00:00:00 2001 From: Nicolas Palumbo Date: Fri, 9 Aug 2024 13:52:01 +0200 Subject: [PATCH] Update .goreleaser.yaml to compatible format following this change: https://github.com/loveholidays/ripley/pull/17/files --- .goreleaser.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4f0b2d6..cc8044d 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + release: mode: replace @@ -22,15 +24,15 @@ changelog: - '^test:' brews: - name: excalidraw-decrypt - tap: + repository: owner: loveholidays name: homebrew-tap commit_author: name: loveholidays email: oss@loveholidays.com - folder: Formula + directory: Formula homepage: "https://github.com/loveholidays/excalidraw-decrypt" description: "Library and CLI to decrypt excalidraw diagrams from shareable links" install: | bin.install "excalidraw-decrypt" - license: "LGPL-3.0-or-later" \ No newline at end of file + license: "LGPL-3.0-or-later"