-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
3 changed files
with
53 additions
and
0 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
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 |
---|---|---|
|
@@ -56,3 +56,47 @@ nfpms: | |
- rpm | ||
|
||
bindir: /usr/bin | ||
|
||
brews: | ||
- | ||
name: newreleases | ||
|
||
commit_author: | ||
name: NewReleases Team | ||
email: [email protected] | ||
|
||
caveats: | | ||
# Configuration | ||
This tool needs to authenticate to NewReleases API using a secret Auth Key | ||
that can be generated on the service settings web page | ||
https://newreleases.io/settings/api-keys. | ||
The key can be stored permanently by issuing interactive commands: | ||
newreleases configure | ||
or | ||
newreleases get-auth-key | ||
or it can be provided as the command line argument flag `--auth-key` on | ||
every newreleases command execution. | ||
# Usage | ||
Refer to the complete list of all commands on the project's README on | ||
https://github.com/newreleasesio/cli-go. | ||
homepage: "https://github.com/newreleasesio/cli-go" | ||
description: "A command line client for managing NewReleases projects." | ||
|
||
license: "BSD-3-Clause" | ||
|
||
test: | | ||
system "#{bin}/newreleases version" | ||
repository: | ||
owner: newreleasesio | ||
name: homebrew-cmd | ||
token: "{{ .Env.HOMEBREW_CMD_TAP_TOKEN }}" |
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