Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Apr 4, 2024
1 parent 1523b08 commit baa24b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.draft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
before:
hooks:
- go mod tidy
env:
- CGO_ENABLED=0
builds:
- mod_timestamp: "{{ .CommitTimestamp }}"
goos:
- linux
goarch:
- amd64
binary: test
archives:
- format: zip
name_template: "{{ .Version }}_{{ .Os }}_{{ .Arch }}"
release:
draft: true
replace_existing_draft: true

0 comments on commit baa24b8

Please sign in to comment.