mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-04-05 08:53:55 -04:00
23 lines
352 B
YAML
23 lines
352 B
YAML
before:
|
|
hooks:
|
|
- go mod tidy
|
|
builds:
|
|
- binary: upsnap
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
ignore:
|
|
- goos: windows
|
|
goarch: 386
|
|
archives:
|
|
- format: zip
|
|
checksum:
|
|
name_template: "checksums.txt"
|
|
snapshot:
|
|
name_template: "{{ incpatch .Version }}-next"
|
|
changelog:
|
|
sort: asc
|