Skip to content

Commit 15026a9

Browse files
Rodrigo NavarroRodrigo Navarro
Rodrigo Navarro
authored and
Rodrigo Navarro
committed
ci(goreleaser): fix brew properties to install correctly
1 parent 5a4892f commit 15026a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.goreleaser.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ brews:
3636
tap:
3737
owner: walmartdigital
3838
name: homebrew-git-cmf
39+
description: "CMF is a simple-to-use utility to standarized commit messages on projects."
40+
license: "MIT"
41+
install: |
42+
bin.install "git-cmf"
3943
folder: Formula
40-
homepage: https://github.com/walmartdigital/commit-message-formatter
41-
description: A simple description of your application.
44+
homepage: https://github.com/walmartdigital/commit-message-formatter

0 commit comments

Comments
 (0)