2019-11-13 20:43:47 -08:00
|
|
|
project_name: "Podsync"
|
|
|
|
|
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod tidy
|
|
|
|
|
|
|
|
builds:
|
|
|
|
- main: ./cmd/podsync/
|
|
|
|
binary: podsync
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- linux
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
goarch:
|
|
|
|
- 386
|
|
|
|
- amd64
|
2019-11-23 13:52:38 -08:00
|
|
|
- arm
|
|
|
|
- arm64
|
2019-11-13 20:43:47 -08:00
|
|
|
|
|
|
|
dockers:
|
|
|
|
- image_templates:
|
|
|
|
- 'mxpv/podsync:{{ .Tag }}'
|
|
|
|
- 'mxpv/podsync:v{{ .Major }}.{{ .Minor }}'
|
|
|
|
- 'mxpv/podsync:latest'
|
|
|
|
binaries:
|
|
|
|
- podsync
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
|
|
|
archives:
|
2019-11-23 13:52:38 -08:00
|
|
|
- replacements:
|
|
|
|
darwin: Darwin
|
|
|
|
linux: Linux
|
|
|
|
windows: Windows
|
|
|
|
386: i386
|
|
|
|
amd64: x86_64
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
2019-11-13 20:43:47 -08:00
|
|
|
|
|
|
|
checksum:
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
|
|
|
|
snapshot:
|
|
|
|
name_template: "{{ .Tag }}-next"
|
|
|
|
|
|
|
|
changelog:
|
|
|
|
sort: asc
|
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- '^docs:'
|
|
|
|
- '^test:'
|
|
|
|
- Merge pull request
|
2020-01-26 16:53:48 -08:00
|
|
|
- Merge branch
|