Skip to content

Commit

Permalink
add goreleaser and renamed starport --> ignite-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Aug 25, 2022
1 parent ee04850 commit 79d6424
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 4 deletions.
54 changes: 54 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
project_name: omniflixhub

env:
- GO111MODULE=on

before:
hooks:
- go mod tidy -compat=1.18

builds:
- main: ./cmd/omniflixhubd
id: "omniflixhubd"
binary: omniflixhubd
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -tags=netgo ledger
- -trimpath
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -X github.com/cosmos/cosmos-sdk/version.Name=gaia -X github.com/cosmos/cosmos-sdk/version.AppName=gaiad -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 -X github.com/tendermint/tendermint/version.TMCoreSemVer={{ .Env.TM_VERSION }}
goos:
- linux
goarch:
- amd64
- arm64

archives:
- format: tar.gz
wrap_in_directory: "true"
format_overrides:
- goos: windows
format: zip
name_template: "{{ .Binary }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- LICENSE
- README.md

release:
github:
owner: OmniFlix
name: omniflixhub
name_template: "v{{.Version}}"

checksum:
name_template: SHA256SUMS-v{{.Version}}.txt
algorithm: sha256

snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: true
File renamed without changes.
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OmniFlix Hub

**OmniFlix Hub** is a blockchain built using Cosmos SDK and Tendermint and created
with [Starport](https://github.com/tendermint/starport).
with [Ignite CLI](https://github.com/ignite/cli).

### Requiremets

Expand Down Expand Up @@ -41,6 +41,3 @@ make install
## Mainnet
- [omniflixhub-1](https://github.com/OmniFlix/mainnet/tree/main/omniflixhub-1)


==
v8.0.0

0 comments on commit 79d6424

Please sign in to comment.