version: 2 before: hooks: - go mod tidy -v - sh -c "cd web && npm install && npm run build" builds: - id: default main: ./cmd/jiggablend binary: jiggablend ldflags: - -X jiggablend/version.Version={{.Version}} - -X jiggablend/version.Date={{.Date}} env: - CGO_ENABLED=1 goos: - linux goarch: - amd64 checksum: name_template: "checksums.txt" archives: - id: default name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}" formats: tar.gz format_overrides: - goos: windows formats: zip files: - README.md - LICENSE changelog: sort: asc filters: exclude: - "^docs:" - "^test:" release: name_template: "{{ .ProjectName }}-{{ .Version }}" gitea_urls: api: https://git.s1d3sw1ped.com/api/v1 download: https://git.s1d3sw1ped.com