ci: add releaser for simapp (#23922)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
Tyler
2025-03-07 12:14:16 -08:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent f38f05040c
commit 88eb5f9613
2 changed files with 86 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
project_name: simd
version: 2
release:
disable: false
name_template: "{{.Env.SIMD_FULL_TAG}}"
before:
hooks:
- go mod tidy
builds:
- main: ./simd
goos:
- linux
- darwin
goarch:
- amd64
- arm64
env:
- LEDGER_ENABLED=true
flags:
- -trimpath
- -mod=readonly
tags:
- netgo
- ledger
ldflags:
- '-X github.com/cosmos/cosmos-sdk/version.Name=sim'
- '-X github.com/cosmos/cosmos-sdk/version.AppName=simd'
- '-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"'
- '-w'
- '-s'
archives:
- name_template: '{{ replace .Version "simd/" "simd-" }}-{{ .Os }}-{{ .Arch }}'
checksum:
name_template: 'SHA256SUMS-{{ replace .Version "simd/" "simd-" }}.txt'
algorithm: sha256
changelog:
disable: true