Skip to content

Commit

Permalink
chore: disable brews and nfpms
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Aug 1, 2023
1 parent d1da71f commit 7744956
Showing 1 changed file with 27 additions and 30 deletions.
57 changes: 27 additions & 30 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
- go mod tidy
Expand All @@ -14,7 +12,6 @@ builds:

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
Expand All @@ -40,34 +37,34 @@ changelog:
- '^docs:'
- '^test:'

brews:
- name: "{{ .ProjectName }}"
description: "This project aims to automating the generation of Ory Oathkeeper rules from an OpenAPI 3 contract and save a lot of time and effort, especially for larger projects with many endpoints or many services."
license: "MIT"
repository:
owner: cerberauth
name: "{{ .ProjectName }}"
goarm: 6
test: |
system "#{bin}/{{ .ProjectName }} help"
homepage: https://github.com/cerberauth/openapi-oathkeeper
commit_author:
name: emmanuelgautier
email: [email protected]
# brews:
# - name: "{{ .ProjectName }}"
# description: "This project aims to automating the generation of Ory Oathkeeper rules from an OpenAPI 3 contract and save a lot of time and effort, especially for larger projects with many endpoints or many services."
# license: "MIT"
# repository:
# owner: cerberauth
# name: "{{ .ProjectName }}"
# goarm: 6
# test: |
# system "#{bin}/{{ .ProjectName }} help"
# homepage: https://github.com/cerberauth/openapi-oathkeeper
# commit_author:
# name: emmanuelgautier
# email: [email protected]

nfpms:
- package_name: "{{ .ProjectName }}"
vendor: CerberAuth
homepage: https://github.com/cerberauth/openapi-oathkeeper
maintainer: Emmanuel Gautier <[email protected]>
description: "This project aims to automating the generation of Ory Oathkeeper rules from an OpenAPI 3 contract and save a lot of time and effort, especially for larger projects with many endpoints or many services."
license: "MIT"
formats:
- apk
- deb
- rpm
- termux.deb
- archlinux
# nfpms:
# - package_name: "{{ .ProjectName }}"
# vendor: CerberAuth
# homepage: https://github.com/cerberauth/openapi-oathkeeper
# maintainer: Emmanuel Gautier <[email protected]>
# description: "This project aims to automating the generation of Ory Oathkeeper rules from an OpenAPI 3 contract and save a lot of time and effort, especially for larger projects with many endpoints or many services."
# license: "MIT"
# formats:
# - apk
# - deb
# - rpm
# - termux.deb
# - archlinux

# snapcrafts:
# - title: OpenAPI to Ory Oathkeeper rules
Expand Down

0 comments on commit 7744956

Please sign in to comment.