Skip to content

Commit

Permalink
add brew tap config
Browse files Browse the repository at this point in the history
  • Loading branch information
notnmeyer committed Jan 12, 2024
1 parent e17c08f commit 4977acd
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
before:
hooks:
- go mod tidy
- go generate ./...

builds:
- env:
- CGO_ENABLED=0
Expand All @@ -22,16 +22,27 @@ archives:
format_overrides:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}-next"

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
brews:
- name: daylog
homepage: "https://github.com/notnmeyer/daylog-cli"
description: "Takes notes while you work in your editor of choice."
commit_author:
name: daylog-bot
email: [email protected]
repository:
owner: notnmeyer
name: homebrew-daylog-cli

0 comments on commit 4977acd

Please sign in to comment.