Skip to content

Commit

Permalink
Merge pull request #174 from EconomicTouristsArmLate/master
Browse files Browse the repository at this point in the history
Update to goreleaser v2
  • Loading branch information
mehdy authored Sep 14, 2024
2 parents 1124503 + e0b17db commit 67b2e7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- make dep
Expand All @@ -13,12 +14,9 @@ builds:
- -X github.com/prometheus/common/version.Branch={{.Branch}}
- -X github.com/prometheus/common/version.BuildDate={{.Date}}
main: ./cmd/keepalived-exporter
archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
nfpms:
- id: keepalived-exporter
package_name: keepalived-exporter
file_name_template: "{{ .ProjectName }}-{{ .Version }}.{{ .Os }}-{{ .Arch }}"
homepage: https://github.com/mehdy/keepalived-exporter
maintainer: Mehdi Khoshnoodi <[email protected]>
description: Prometheus exporter for keepalived
Expand Down

0 comments on commit 67b2e7a

Please sign in to comment.