Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Add homebrew-tap formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeny Pats committed Aug 7, 2019
1 parent 262834d commit c5f1ee9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,22 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brews:
-
name: fuzzit

github:
owner: fuzzitdev
name: fuzzit

# Folder inside the repository to put the formula.
# Default is the root folder.
folder: Formula

# Your app's homepage.
# Default is empty.
homepage: "https://fuzzit.dev"

# Your app's description.
# Default is empty.
description: "Continuous Fuzzing Made Simple."
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var cfgFile string
var rootCmd = &cobra.Command{
Use: "fuzzit",
Short: "Continuous fuzzing made simple CLI",
Version: "2.4.4",
Version: "2.4.5",
}

func Execute() {
Expand Down

0 comments on commit c5f1ee9

Please sign in to comment.