Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Add Goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jul 28, 2020
1 parent c958042 commit 3d3f62e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .goreleaser.yml
@@ -0,0 +1,32 @@
builds:
- env:
- CGO_ENABLED=0
- goos:
- linux
- windows
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

release:
gitea:
owner: tdemin
name: syg_go

gitea_urls:
api: https://git.tdem.in/api/v1/

0 comments on commit 3d3f62e

Please sign in to comment.