remove goreleaser things

This commit is contained in:
Joel Wetzell
2026-05-17 13:54:34 -05:00
parent 419bcf7ad4
commit 507715b885
2 changed files with 0 additions and 35 deletions
-2
View File
@@ -1,2 +0,0 @@
# Added by goreleaser init:
dist/
-33
View File
@@ -1,33 +0,0 @@
version: 2
project_name: showbridge
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- "amd64"
- "arm64"
ldflags:
- "-s -w -X main.version={{.RawVersion}}-{{.ShortCommit}}"
archives:
- formats: [tar.gz]
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: windows
formats: [zip]
changelog:
sort: asc
use: github-native
release:
draft: true
replace_existing_draft: true