2021-03-05 15:35:21 +00:00
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod download
|
|
|
|
|
|
|
|
builds:
|
|
|
|
- id: "hcloud-pricing-exporter-cli"
|
|
|
|
main: ./main.go
|
|
|
|
binary: hcloud-pricing-exporter
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
- GO111MODULE=on
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- windows
|
|
|
|
goarch:
|
2024-05-29 18:32:35 +00:00
|
|
|
- "386"
|
2021-03-05 15:35:21 +00:00
|
|
|
- amd64
|
|
|
|
- arm
|
|
|
|
- arm64
|
|
|
|
|
|
|
|
archives:
|
|
|
|
- name_template: "hcloud-pricing-exporter-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
|
|
|
|
|
|
|
source:
|
|
|
|
enabled: true
|
|
|
|
name_template: "hcloud-pricing-exporter-{{ .Version }}.src"
|
|
|
|
|
|
|
|
checksum:
|
|
|
|
name_template: "hcloud-pricing-exporter-{{ .Version }}.checksums.txt"
|
|
|
|
|
|
|
|
milestones:
|
|
|
|
- close: true
|
|
|
|
|
|
|
|
changelog:
|
|
|
|
sort: asc
|
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- '^docs:'
|
|
|
|
- '^test:'
|