https://git.jolheiser.com/tmpls.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
builds: - env: - CGO_ENABLED=0 goos: - linux - windows - darwin ldflags: - "-s -w -X {{version_package}}.Version={{`{{.Version}}`}}" archives: - replacements: 386: i386 amd64: x86_64 format_overrides: - goos: windows format: zip checksum: name_template: 'checksums.txt' release: gitea: owner: {{gitea_user}} name: {{gitea_repo}} gitea_urls: api: https://{{gitea_domain}}/api/v1/ download: https://{{gitea_domain}}