Skip to content

Commit

Permalink
update goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal Ranjhani authored and Harshal Ranjhani committed May 25, 2024
1 parent 9de3da8 commit d1c7083
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,19 @@ archives:
format: zip

changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- 'README'
- Merge pull request
- Merge branch

brews:
- github:
owner: harshalranjhani
name: homebrew-genie
folder: Formula
homepage: https://genie.harshalranjhani.in
description: An AI powered CLI tool written in Golang. Currently supports command execution, text generation, music generation, image generation and much more.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/fatih/color v1.16.0
github.com/google/generative-ai-go v0.10.0
github.com/joho/godotenv v1.5.1
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/spf13/cobra v1.8.0
github.com/zalando/go-keyring v0.2.4
google.golang.org/api v0.149.0
Expand All @@ -28,7 +29,6 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
Expand Down

0 comments on commit d1c7083

Please sign in to comment.