-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2d7f33
commit bcbf221
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,12 +31,13 @@ changelog: | |
- '^test:' | ||
brews: | ||
- | ||
github: | ||
name: cw | ||
tap: | ||
owner: lucagrulla | ||
name: homebrew-tap | ||
commit_author: | ||
name: lucagrulla | ||
email: | ||
email: [email protected] | ||
folder: Formula | ||
homepage: "https://www.lucagrulla.com/cw" | ||
description: "The best way to tail AWS Cloudwatch Logs from your terminal" | ||
|
@@ -71,6 +72,7 @@ scoop: | |
- "config.toml" | ||
nfpms: | ||
- | ||
id: cw | ||
file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
homepage: https://www.lucagrulla.com/cw | ||
description: The best way to tail AWS Cloudwatch Logs from your terminal | ||
|
@@ -84,6 +86,7 @@ nfpms: | |
recommends: | ||
- rpm | ||
- | ||
id: cw-tail | ||
package_name: cw-tail # Use the package name "cw-tail" to avoid conflicts with https://launchpad.net/ubuntu/bionic/amd64/cw | ||
replaces: | ||
- cw (<< 3.3.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters