-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Release to scoop, winget, chocolatey
- Loading branch information
1 parent
37c1f2b
commit 787d90b
Showing
4 changed files
with
81 additions
and
2 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
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 |
---|---|---|
|
@@ -8,4 +8,5 @@ dist/ | |
id_ed25519* | ||
vendor | ||
ignore.gif | ||
**/*/my_logs.txt | ||
**/*/my_logs.txt | ||
opt |
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 |
---|---|---|
|
@@ -21,7 +21,10 @@ builds: | |
- windows | ||
|
||
archives: | ||
- name_template: >- | ||
- format_overrides: | ||
- goos: windows | ||
format: zip | ||
name_template: >- | ||
{{ .ProjectName }}_{{ .Version }}_ | ||
{{- if eq .Os "darwin" }}Darwin | ||
{{- else if eq .Os "linux" }}Linux | ||
|
@@ -98,5 +101,59 @@ nix: | |
branch: main | ||
token: "{{ .Env.NUR_PACKAGES_GITHUB_TOKEN }}" | ||
|
||
winget: | ||
- name: wander | ||
publisher: robinovitch61 | ||
license: MIT | ||
copyright: "Leo Robinovitch" | ||
homepage: https://github.com/robinovitch61/wander | ||
short_description: "An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster." | ||
package_identifier: "robinovitch61.wander" | ||
repository: | ||
owner: "robinovitch61" | ||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" | ||
name: winget-pkgs | ||
branch: "{{.ProjectName}}-{{.Version}}" | ||
pull_request: | ||
enabled: true | ||
draft: false | ||
base: | ||
owner: microsoft | ||
name: winget-pkgs | ||
branch: master | ||
|
||
scoops: | ||
- repository: | ||
owner: "robinovitch61" | ||
name: scoop-bucket | ||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" | ||
commit_author: | ||
name: goreleaserbot | ||
email: [email protected] | ||
homepage: https://github.com/robinovitch61/wander | ||
description: "An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster." | ||
license: MIT | ||
|
||
chocolateys: | ||
- owners: "Leo Robinovitch" | ||
authors: "Leo Robinovitch" | ||
project_url: https://github.com/robinovitch61/wander | ||
url_template: "https://github.com/robinovitch61/wander/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
license_url: https://github.com/robinovitch61/wander/blob/main/LICENSE | ||
require_license_acceptance: false | ||
project_source_url: https://github.com/robinovitch61/wander | ||
docs_url: https://github.com/robinovitch61/wander/blob/main/README.md | ||
bug_tracker_url: https://github.com/robinovitch61/wander/issues | ||
tags: "wander nomad hashicorp tui" | ||
summary: "An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster." | ||
description: | | ||
# An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster. | ||
https://github.com/robinovitch61/wander for installation, configuration, and usage instructions. | ||
release_notes: "https://github.com/robinovitch61/wander/releases/tag/v{{ .Version }}" | ||
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}" | ||
source_repo: "https://push.chocolatey.org/" | ||
skip_publish: false | ||
|
||
gomod: | ||
proxy: true |