Skip to content

Commit 848e8b2

Browse files
committed
Added directory and license to goreleaser.yaml configuration
1 parent 7fe6c68 commit 848e8b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ brews:
6060
owner: shogs
6161
name: homebrew-tap
6262
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
63+
directory: Formula
6364
homepage: https://github.com/shogs/git-wt
6465
description: Git worktree management tool
66+
license: MIT
6567
install: |
6668
bin.install "git-wt"
6769
test: |

0 commit comments

Comments
 (0)