Skip to content

Commit

Permalink
Still WIP on .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton committed Nov 3, 2022
1 parent 496e23f commit d32c4ed
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,13 @@ builds:
- amd64
- arm64
archives:
-
# format: binary
format_overrides:
- format_overrides:
- goos: windows
format: zip
# replacements:
# darwin: Darwin
# linux: Linux
# windows: Windows
# 386: i386
# amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
universal_binaries:
- replace: true
hooks:
Expand All @@ -38,7 +24,6 @@ universal_binaries:
output: true
release:
github:
owner: timsutton
name: speedwagon
draft: true
replace_existing_draft: true
mode: replace

0 comments on commit d32c4ed

Please sign in to comment.