-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish cli releases as scoop packages (#546)
We configure the scoop publisher of goreleaser to create a package manifest for scoop in the `bucket` directory. Windows users will be able to install and update exo cli. --------- Co-authored-by: Philipp Sauter <[email protected]>
- Loading branch information
Showing
5 changed files
with
32 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -111,3 +111,17 @@ signs: | |
- cmd: gpg | ||
args: ["--default-key", "7100E8BFD6199CE0374CB7F003686F8CDE378D41", "--detach-sign", "${artifact}"] | ||
artifacts: all | ||
|
||
scoops: | ||
- description: "Command-line tool for everything at Exoscale: compute, storage, dns." | ||
folder: "bucket" | ||
commit_author: | ||
name: "Exoscale Tooling" | ||
email: "[email protected]" | ||
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}" | ||
homepage: "https://github.com/exoscale/cli" | ||
license: "Apache License 2.0" | ||
repository: | ||
owner: exoscale | ||
name: cli | ||
branch: master |
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