2024-11-06 17:11:37 +00:00
|
|
|
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
2024-11-09 09:42:26 +00:00
|
|
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
2024-11-06 17:11:37 +00:00
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod tidy
|
|
|
|
|
|
|
|
builds:
|
|
|
|
- goos:
|
|
|
|
- linux
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
2024-11-07 10:38:45 +00:00
|
|
|
ldflags:
|
2024-11-09 21:37:52 +00:00
|
|
|
- -s -w -X {{.ModulePath}}/internal/metadata.GoTomatoVersion={{.Version}}
|
2024-11-06 17:11:37 +00:00
|
|
|
|
|
|
|
upx:
|
|
|
|
- enabled: true
|
|
|
|
compress: best
|
|
|
|
lzma: true
|
|
|
|
|
|
|
|
changelog:
|
2024-11-07 18:29:48 +00:00
|
|
|
use: gitea
|
2024-11-08 13:23:54 +00:00
|
|
|
filters:
|
|
|
|
exclude:
|
|
|
|
- "chore: bump version to"
|
2024-11-06 17:11:37 +00:00
|
|
|
|
|
|
|
archives:
|
|
|
|
- format: binary
|
|
|
|
|
|
|
|
release:
|
|
|
|
gitea:
|
|
|
|
owner: pomodoro
|
|
|
|
name: GoTomato
|
|
|
|
mode: replace
|
|
|
|
|
|
|
|
gitea_urls:
|
|
|
|
download: http://git.smsvc.net
|
|
|
|
api: http://git.smsvc.net/api/v1
|