Skip to content

Commit

Permalink
Update .goreleaser (#8696)
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoloraspa authored Sep 12, 2024
1 parent 543b131 commit 235418b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: osmosisd

env:
Expand Down Expand Up @@ -108,9 +110,9 @@ builds:
- -mod=readonly
- -trimpath
ldflags:
- -X github.com/cosmos/cosmos-sdk/version.Name=osmosis
- -X github.com/cosmos/cosmos-sdk/version.AppName=osmosisd
- -X github.com/cosmos/cosmos-sdk/version.Version={{ .Version }}
- -X github.com/cosmos/cosmos-sdk/version.Name=osmosis
- -X github.com/cosmos/cosmos-sdk/version.AppName=osmosisd
- -X github.com/cosmos/cosmos-sdk/version.Version={{ .Version }}
- -X github.com/cosmos/cosmos-sdk/version.Commit={{ .Commit }}
- -X github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger,muslc,osusergo
- -w -s
Expand Down Expand Up @@ -159,7 +161,7 @@ checksum:

# Docs: https://goreleaser.com/customization/changelog/
changelog:
skip: true
disable: true

# Docs: https://goreleaser.com/customization/release/
release:
Expand Down

0 comments on commit 235418b

Please sign in to comment.