Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
UNC1739 committed Aug 8, 2024
1 parent 1b84253 commit 37affca
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,29 @@
# limitations under the License.

# Documentation on this file structure: https://goreleaser.com
version: "2"
project_name: fingerprintx

before:
hooks:
- go mod download
- go mod download
builds:
- id: fingerprintx
main: ./cmd/fingerprintx
binary: fingerprintx
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- id: fingerprintx
main: ./cmd/fingerprintx
binary: fingerprintx
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
changelog:
# skip changelog generation for now
skip: true
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^docs:'
- '^test:'

0 comments on commit 37affca

Please sign in to comment.