Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

feat(github): add go releaser #8

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ before:

builds:
- id: gnopls
ldflags:
- -s -w -X github.com/gnolang/gnopls/internal/version.Version={{.Tag}}
binary: gnopls
goos:
- linux
- darwin
- js
goarch:
- amd64
- arm64
binary: gnopls
- wasm
mazzy89 marked this conversation as resolved.
Show resolved Hide resolved
ldflags:
- -s -w -X 'github.com/gnolang/gnopls/internal/version.Version={{.Tag}}'

changelog:
sort: asc
Expand Down
Loading