Browse Source

goreleaser: lowercase binary name (#5765)

and specify files that go into an archive
pull/5768/head
Anton Kaliaev 3 years ago
committed by GitHub
parent
commit
15bf3a1509
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      .goreleaser.yml

+ 9
- 1
.goreleaser.yml View File

@ -5,7 +5,7 @@ env:
- GO111MODULE=on
builds:
- id: "Tendermint"
- id: "tendermint"
main: ./cmd/tendermint/main.go
ldflags:
- -s -w -X github.com/tendermint/tendermint/version.TMCoreSemVer={{ .Version }}
@ -26,3 +26,11 @@ checksum:
release:
name_template: "{{.Version}} (WARNING: BETA SOFTWARE)"
archives:
files:
- LICENSE
- README.md
- UPGRADING.md
- SECURITY.md
- CHANGELOG.md

Loading…
Cancel
Save