M. J. Fromberger
5eb50a43b5
ci: fix super-linter configuration settings ( #7708 )
- Revert the version pin from #7706 .
- Override the YAML linter config to be more forgiving.
- Update YAML lint warnings in a number of files.
The choice of which lints to fix and which to override was ad hoc: I fixed the ones that were mainly whitespace oriented, and suppressed the ones that were document-structure related.
Fixes #7707 .
3 years ago
Anton Kaliaev
9d1f77369f
goreleaser: downcase archive and binary names ( #6029 )
before:
```
Tendermint_0.34.3_darwin_amd64.tar.gz
-rw-r--r-- 0 runner docker 192329 Jan 19 19:30 CHANGELOG.md
-rw-r--r-- 0 runner docker 321 Jan 19 19:30 CHANGELOG_PENDING.md
-rw-r--r-- 0 runner docker 11382 Jan 19 19:30 LICENSE
-rw-r--r-- 0 runner docker 8165 Jan 19 19:30 README.md
-rwxr-xr-x 0 runner docker 23224320 Jan 19 19:30 tendermint
```
after:
```
tendermint_0.34.3_darwin_amd64.tar.gz
-rw-r--r-- 0 runner docker 192329 Jan 19 19:30 CHANGELOG.md
-rw-r--r-- 0 runner docker 321 Jan 19 19:30 CHANGELOG_PENDING.md
-rw-r--r-- 0 runner docker 11382 Jan 19 19:30 LICENSE
-rw-r--r-- 0 runner docker 8165 Jan 19 19:30 README.md
-rwxr-xr-x 0 runner docker 23224320 Jan 19 19:30 tendermint
```
4 years ago
Marko
bc1f1e5ffa
ci: run `goreleaser build` ( #5824 )
# Description
- run build when on a branch matching RC[0-9]/**, in accordance with contributing.md release guide.
Closes : #5695
4 years ago
Anton Kaliaev
15bf3a1509
goreleaser: lowercase binary name ( #5765 )
and specify files that go into an archive
4 years ago
Marko
781f4badc3
ci: build for 32 bit, libs: fix overflow ( #5700 )
4 years ago
Tess Rinearson
8b29622fe2
.goreleaser: add windows, remove arm (32 bit) ( #5692 )
This updates the goreleaser tooling to build the same binaries that were built for the 0.34.0 release.
4 years ago
Marko
d0db59e16c
ci: add goreleaser ( #5527 )
Co-authored-by: Erik Grinaker <erik@interchain.berlin>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
4 years ago