1
0
Fork 0
forked from 0x2E/fusion
fusion/.goreleaser.yaml

34 lines
510 B
YAML

version: 2
dist: ./dist
builds:
- binary: fusion
main: ./cmd/server
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- id: default
formats: ["zip"]
# Additional files/globs you want to add to the archive.
files:
- "LICENSE*"
- "README*"
checksum:
algorithm: sha256
name_template: "checksums.txt"
snapshot:
version_template: "{{ incpatch .Version }}-next"
release:
draft: true
changelog:
use: github-native