Skip to content

Commit

Permalink
release: use archives for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
HandOfGod94 committed Jul 3, 2021
1 parent 7102cd9 commit b1d1abe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ builds:
- windows
- darwin
archives:
- format: binary
files:
- none*
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
changelog:
Expand All @@ -23,3 +26,4 @@ changelog:
- '^ci:'
- '^refactor:'
- '^build:'
- '^release:'
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ A CLI app to tail kafka logs on console from any topic having messages in any fo

## Installation

> Currently it's not released yet, but soon will be available for multiple platforms
> via idiomatic package managers
Download binaries from `Release`

> Soon will be available via package managers
## QuickStart

Expand Down

0 comments on commit b1d1abe

Please sign in to comment.