Skip to content

Commit aaf0493

Browse files
committed
update releaser
1 parent cb1e760 commit aaf0493

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: openapi-changes
23
before:
34
hooks:
@@ -31,7 +32,7 @@ changelog:
3132
exclude:
3233
- '^docs:'
3334
- '^test:'
34-
brews:
35+
homebrew_casks:
3536
- repository:
3637
owner: pb33f
3738
name: homebrew-taps
@@ -43,11 +44,10 @@ brews:
4344
homepage: "https://pb33f.io/openapi-changes"
4445
description: "The worlds sexiest OpenAPI diffing and change detection engine"
4546

46-
install: |
47-
bin.install "openapi-changes"
47+
binary: openapi-changes
4848

4949
snapshot:
50-
name_template: "{{ .Tag }}"
50+
version_template: "{{ .Tag }}"
5151

5252
# disabled for now, it works but no-one is really using it, and it's screwing up the npm release.
5353
#chocolateys:

0 commit comments

Comments
 (0)