Skip to content

Commit

Permalink
update goreleaserconfig bak
Browse files Browse the repository at this point in the history
  • Loading branch information
litianqi committed Jul 31, 2022
1 parent 2b60c5f commit e521245
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .goreleaser.ymlbak
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
project_name: tldr
before:
hooks:
- go mod download
builds:

archives:
- replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
-
github:
owner: litianqi1996
name: homebrew-taps
folder: Formula
homepage: "https://github.com/litianqi1996/tldr-cli"
description: Simplified and community-driven man pages (tldr-pages).
test: |
system "#{bin}/tldr -version"
install: |
bin.install "tldr"

0 comments on commit e521245

Please sign in to comment.