We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7c59c commit d332225Copy full SHA for d332225
.goreleaser.yml
@@ -30,3 +30,22 @@ release:
30
owner: hashnode
31
name: hashnode-cli
32
draft: true
33
+brew:
34
+ name: "hashnode"
35
+ github:
36
+ owner: hashnode
37
+ name: homebrew-tap
38
+ download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
39
+
40
+ commit_author:
41
+ name: goreleaserbot
42
+ email: [email protected]
43
44
+ folder: Formula
45
46
+ homepage: "https://hashnode.com"
47
+ description: "Get hashnode.com on your terminal"
48
49
+ skip_upload: false
50
51
0 commit comments