@@ -46,29 +46,29 @@ brews:
46
46
snapshot :
47
47
name_template : " {{ .Tag }}"
48
48
49
-
50
- chocolateys :
51
- - name : openapi-changes
52
- owners : Princess Beef Heavy Industries LLC
53
- title : openapi-changes - The world's sexiest OpenAPI diffing and breaking change detector tool.
54
- authors : Princess Beef Heavy Industries LLC
55
- project_url : https://pb33f.io/openapi-changes/
56
- url_template : " https://github.com/pb33f/openapi-changes/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
57
- icon_url : ' https://pb33f.io/openapi-changes/openapi-changes-logo.png'
58
- copyright : 2023 Princess Beef Heavy Industries LLC
59
- license_url : https://github.com/pb33f/openapi-changes/blob/main/LICENSE
60
- require_license_acceptance : false
61
- project_source_url : https://github.com/pb33f/openapi-changes/
62
- docs_url : https://pb33f.io/openapi-changes/
63
- bug_tracker_url : https://github.com/pb33f/openapi-changes/issues
64
- tags : openapi openapi3 openapi2 swagger openapi-diff openapi-changes openapi-diffing openapi-diff-tool openapi-diff-engine breaking changes
65
- summary : openapi-changes is the world's sexiest OpenAPI diffing and breaking change detector tool.
66
- description : |
67
- openapi-changes will detect all changes (including breaking changes) between two OpenAPI specifications, or
68
- travel back in time through the history of your OpenAPI specification to how it has changed over time. It has
69
- the world's sexiest UI for exploring diffs and changes between OpenAPI specifications.
70
- release_notes : " https://github.com/pb33f/openapi-changes/releases/tag/v{{ .Version }}"
71
- api_key : ' {{ .Env.CHOCOLATEY_API_KEY }}'
72
- source_repo : " https://push.chocolatey.org/"
73
- skip_publish : false
74
- goamd64 : v1
49
+ # disabled for now, it works but no-one is really using it, and it's screwing up the npm release.
50
+ # chocolateys:
51
+ # - name: openapi-changes
52
+ # owners: Princess Beef Heavy Industries LLC
53
+ # title: openapi-changes - The world's sexiest OpenAPI diffing and breaking change detector tool.
54
+ # authors: Princess Beef Heavy Industries LLC
55
+ # project_url: https://pb33f.io/openapi-changes/
56
+ # url_template: "https://github.com/pb33f/openapi-changes/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
57
+ # icon_url: 'https://pb33f.io/openapi-changes/openapi-changes-logo.png'
58
+ # copyright: 2023 Princess Beef Heavy Industries LLC
59
+ # license_url: https://github.com/pb33f/openapi-changes/blob/main/LICENSE
60
+ # require_license_acceptance: false
61
+ # project_source_url: https://github.com/pb33f/openapi-changes/
62
+ # docs_url: https://pb33f.io/openapi-changes/
63
+ # bug_tracker_url: https://github.com/pb33f/openapi-changes/issues
64
+ # tags: openapi openapi3 openapi2 swagger openapi-diff openapi-changes openapi-diffing openapi-diff-tool openapi-diff-engine breaking changes
65
+ # summary: openapi-changes is the world's sexiest OpenAPI diffing and breaking change detector tool.
66
+ # description: |
67
+ # openapi-changes will detect all changes (including breaking changes) between two OpenAPI specifications, or
68
+ # travel back in time through the history of your OpenAPI specification to how it has changed over time. It has
69
+ # the world's sexiest UI for exploring diffs and changes between OpenAPI specifications.
70
+ # release_notes: "https://github.com/pb33f/openapi-changes/releases/tag/v{{ .Version }}"
71
+ # api_key: '{{ .Env.CHOCOLATEY_API_KEY }}'
72
+ # source_repo: "https://push.chocolatey.org/"
73
+ # skip_publish: false
74
+ # goamd64: v1
0 commit comments