Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ archives:
format: zip
files:
- README.md
- LICENSE.md
- LICENSE
- completions/*
- manpages/*

Expand Down Expand Up @@ -115,7 +115,8 @@ snapcrafts:
disable: "{{ if .IsSnapshot }}true{{ end }}"

nix:
- repository:
- name: nginx-prometheus-exporter
repository:
owner: nginxinc
name: nur
token: '{{ .Env.NGINX_GITHUB_TOKEN }}'
Expand All @@ -130,7 +131,8 @@ nix:
installShellCompletion ./completions/*

winget:
- publisher: nginxinc
- name: nginx-prometheus-exporter
publisher: nginxinc
license: Apache-2.0
homepage: https://github.com/nginxinc/nginx-prometheus-exporter
short_description: NGINX Prometheus Exporter for NGINX and NGINX Plus
Expand Down