Skip to content

Commit

Permalink
Update .goreleaser.yaml to compatible format following this change: h…
Browse files Browse the repository at this point in the history
  • Loading branch information
npalumbo committed Aug 9, 2024
1 parent a2f0375 commit 6170ee2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

release:
mode: replace

Expand All @@ -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"
license: "LGPL-3.0-or-later"

0 comments on commit 6170ee2

Please sign in to comment.