Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Add version information to goreleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mnencia committed Jan 30, 2021
1 parent 2297e3a commit 3de0370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before:

builds:
- binary: mchfuse
ldflags: -s -w -X main.revision={{.ShortCommit}} -X main.revisionDate={{.CommitDate}} -X main.version={{.Version}}
goos:
- darwin
- linux
Expand Down

0 comments on commit 3de0370

Please sign in to comment.