Skip to content

Commit

Permalink
add metadata in goreleaser snapshot (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks authored Oct 1, 2023
1 parent 42707aa commit fa215ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ builds:
-w
-s
-extldflags '-static'
-X github.com/xeol-io/xeol/internal/version.version={{.Version}}
-X github.com/xeol-io/xeol/internal/version.gitCommit={{.Commit}}
-X github.com/xeol-io/xeol/internal/version.buildDate={{.Date}}
-X github.com/xeol-io/xeol/internal/version.gitDescription={{.Summary}}
-X main.version={{.Version}}
-X main.gitCommit={{.Commit}}
-X main.buildDate={{.Date}}
-X main.gitDescription={{.Summary}}

- id: darwin-build
dir: ./cmd/xeol
Expand Down

0 comments on commit fa215ae

Please sign in to comment.