Skip to content

Commit e4919c4

Browse files
committed
add brews config for commit and fix repository name
1 parent 2d0f11c commit e4919c4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.goreleaser.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,38 @@ changelog:
4747

4848
brews:
4949
- name: checkout
50+
ids:
51+
- checkout
5052
description: Checkout is a tool for checking out new git branch with naming convention
5153
license: MIT
5254
homepage: https://github.com/mrados7/homebrews
55+
dependencies:
56+
- git
5357
repository:
5458
owner: mrados7
55-
name: homebrew-main
59+
name: homebrews
60+
branch: main
5661
test: system "#{bin}/checkout", "-help"
5762
install: |-
5863
bin.install "checkout"
5964
65+
- name: commit
66+
ids:
67+
- commit
68+
description: Commit is a tool for commiting changes with naming convention
69+
license: MIT
70+
homepage: https://github.com/mrados7/homebrews
71+
dependencies:
72+
- git
73+
repository:
74+
owner: mrados7
75+
name: homebrews
76+
branch: main
77+
test: system "#{bin}/commit", "-help"
78+
install: |-
79+
bin.install "commit"
80+
81+
6082
release:
6183
footer: |
6284

0 commit comments

Comments
 (0)