Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Lihi Zitzer committed Nov 4, 2024
1 parent 9e7d0dc commit b721bd6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
release:
draft: false
prerelease: auto
#release:
# draft: false
# prerelease: auto
env:
- GO111MODULE=on
- CGO_ENABLED=0
Expand Down Expand Up @@ -82,15 +82,15 @@ archives:
format: zip
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .FullCommit }}"
changelog:
sort: asc
filters:
exclude:
- '^docs'
- '^test'
- '^release'
#snapshot:
# name_template: "{{ .FullCommit }}"
#changelog:
# sort: asc
# filters:
# exclude:
# - '^docs'
# - '^test'
# - '^release'
dockers:
- image_templates:
- "docker.io/aquasec/starboard:{{ .Version }}-amd64"
Expand Down

0 comments on commit b721bd6

Please sign in to comment.