diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-01-08 17:48:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 17:48:37 +0100 |
| commit | 8b7425e58909cdfa458ca00a10efc95f197bfb0b (patch) | |
| tree | b0f7aa309a6471ea3387779ab498201d71c71433 /.goreleaser.yaml | |
| parent | 0f9e334a19e7224ee08b611107029b4cd86c0267 (diff) | |
Add version command (#29)v0.6.1
Diffstat (limited to '.goreleaser.yaml')
| -rw-r--r-- | .goreleaser.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 0f7bc18..da630a7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -13,6 +13,7 @@ builds: - CXX=x86_64-linux-gnu-g++ ldflags: - -s -w + - -X github.com/philippta/flyscrape.Version={{.Tag}} flags: - -mod=readonly tags: @@ -33,6 +34,7 @@ builds: - CXX=aarch64-linux-gnu-g++ ldflags: - -s -w + - -X github.com/philippta/flyscrape.Version={{.Tag}} flags: - -mod=readonly tags: @@ -55,6 +57,7 @@ builds: - CXX=o64-clang++ ldflags: - -s -w + - -X github.com/philippta/flyscrape.Version={{.Tag}} flags: - -mod=readonly tags: @@ -75,6 +78,7 @@ builds: - CXX=oa64-clang++ ldflags: - -s -w + - -X github.com/philippta/flyscrape.Version={{.Tag}} flags: - -mod=readonly tags: |