Skip to content

Commit

Permalink
Add config to publish winget packages (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 8, 2024
1 parent 08e09b8 commit c4db580
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,21 @@ nix:
extra_install: |-
installManPage ./manpages/nginx-prometheus-exporter.1.gz
installShellCompletion ./completions/*
winget:
- publisher: nginxinc
license: Apache-2.0
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
short_description: NGINX Prometheus Exporter for NGINX and NGINX Plus
repository:
owner: nginxinc
name: winget-pkgs
token: '{{ .Env.NGINX_GITHUB_TOKEN }}'
branch: "nginx-prometheus-exporter-{{.Version}}"
pull_request:
enabled: true
draft: true
base:
owner: microsoft
name: winget-pkgs
branch: master

0 comments on commit c4db580

Please sign in to comment.