Skip to content

Commit

Permalink
Updated gorelease config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 18, 2023
1 parent f6b4fa9 commit 13d63b3
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,9 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- name: auto-doc
homepage: https://github.com/tj-actions/auto-doc
description: Generate markdown tables for your Github action and reusable workflow with ease.
repository:
owner: tj-actions
name: homebrew-tap
branch: main
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
license: "Apache-2.0"
folder: Formula
name_template: 'checksums.txt'

0 comments on commit 13d63b3

Please sign in to comment.