Skip to content

Commit

Permalink
fix(goreleaser): Update to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 15, 2024
1 parent 080e655 commit 8be9cdb
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: slu

before:
Expand Down Expand Up @@ -57,13 +59,13 @@ checksum:
brews:
-
name: slu
tap:
repository:
owner: sikalabs
name: homebrew-tap
skip_upload: auto
homepage: https://github.com/sikalabs/slu
url_template: "https://github.com/sikalabs/slu/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
folder: Formula
directory: Formula
caveats: "How to use this binary: https://github.com/sikalabs/slu"
description: "SikaLabs Utils"
install: |
Expand Down Expand Up @@ -120,10 +122,11 @@ changelog:
exclude:
- '^VERSION'

scoop:
bucket:
owner: sikalabs
name: scoop-bucket
homepage: https://github.com/sikalabs/slu
description: SikaLabs Utils
license: MIT
scoops:
-
repository:
owner: sikalabs
name: scoop-bucket
homepage: https://github.com/sikalabs/slu
description: SikaLabs Utils
license: MIT

0 comments on commit 8be9cdb

Please sign in to comment.