Skip to content

Commit

Permalink
add goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
maha-hajja committed Aug 14, 2023
1 parent aedd9ba commit 6594a00
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
builds:
- main: ./cmd/connector/main.go
goos:
- darwin
- linux
- windows
env:
- CGO_ENABLED=0
ldflags:
- "-s -w -X 'github.com/conduitio-labs/conduit-connector-sql-server.version={{ .Tag }}'"
checksum:
name_template: checksums.txt
archives:
- name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
changelog:
sort: asc
use: github
filters:
exclude:
- '^docs:'
- '^test:'
- '^go.mod:'
- '^.github:'
- Merge branch

0 comments on commit 6594a00

Please sign in to comment.