We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1e760 commit aaf0493Copy full SHA for aaf0493
1 file changed
.goreleaser.yaml
@@ -1,3 +1,4 @@
1
+version: 2
2
project_name: openapi-changes
3
before:
4
hooks:
@@ -31,7 +32,7 @@ changelog:
31
32
exclude:
33
- '^docs:'
34
- '^test:'
-brews:
35
+homebrew_casks:
36
- repository:
37
owner: pb33f
38
name: homebrew-taps
@@ -43,11 +44,10 @@ brews:
43
44
homepage: "https://pb33f.io/openapi-changes"
45
description: "The worlds sexiest OpenAPI diffing and change detection engine"
46
- install: |
47
- bin.install "openapi-changes"
+ binary: openapi-changes
48
49
snapshot:
50
- name_template: "{{ .Tag }}"
+ version_template: "{{ .Tag }}"
51
52
# disabled for now, it works but no-one is really using it, and it's screwing up the npm release.
53
#chocolateys:
0 commit comments