Skip to content

Commit 0d95411

Browse files
committed
disabled choco, moved back to linux build.
Signed-off-by: quobix <[email protected]>
1 parent e5141a7 commit 0d95411

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release_and_brew:
99
name: Release and bump homebrew version
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout code from repo

.goreleaser.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ brews:
4646
snapshot:
4747
name_template: "{{ .Tag }}"
4848

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

Comments
 (0)