From 16319e48e6889d7a200a6b62470cc2857300ea3e Mon Sep 17 00:00:00 2001 From: Simon Whitaker Date: Tue, 8 Aug 2023 19:14:57 +0100 Subject: [PATCH] Re-enable publishing to chocolatey This reverts commit 6aaca5309e2d5806b725ba7cde209e7517c371e0. --- .goreleaser.windows.yaml | 32 ++++++++++++++++---------------- README.md | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.goreleaser.windows.yaml b/.goreleaser.windows.yaml index 6db6c2a..9832bac 100644 --- a/.goreleaser.windows.yaml +++ b/.goreleaser.windows.yaml @@ -27,22 +27,22 @@ archives: {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }} -# chocolateys: -# - name: gibo -# title: "gibo: Fast access to .gitignore boilerplates" -# project_source_url: https://github.com/simonwhitaker/gibo -# package_source_url: https://github.com/simonwhitaker/gibo -# project_url: https://github.com/simonwhitaker/gibo -# release_notes: "https://github.com/simonwhitaker/gibo/releases/tag/v{{ .Version }}" -# api_key: "{{ .Env.CHOCOLATEY_API_KEY }}" -# docs_url: https://github.com/simonwhitaker/gibo/blob/main/README.md -# license_url: https://github.com/simonwhitaker/gibo/blob/main/LICENSE -# require_license_acceptance: false -# url_template: "https://github.com/simonwhitaker/gibo/releases/download/{{ .Tag }}/{{ .ArtifactName }}" -# authors: Simon Whitaker -# description: |- -# **gibo** (short for .gitignore boilerplates in Go) is a command-line tool to help you easily access .gitignore boilerplates from [github.com/github/gitignore](https://github.com/github/gitignore). -# tags: git gitignore +chocolateys: + - name: gibo + title: "gibo: Fast access to .gitignore boilerplates" + project_source_url: https://github.com/simonwhitaker/gibo + package_source_url: https://github.com/simonwhitaker/gibo + project_url: https://github.com/simonwhitaker/gibo + release_notes: "https://github.com/simonwhitaker/gibo/releases/tag/v{{ .Version }}" + api_key: "{{ .Env.CHOCOLATEY_API_KEY }}" + docs_url: https://github.com/simonwhitaker/gibo/blob/main/README.md + license_url: https://github.com/simonwhitaker/gibo/blob/main/LICENSE + require_license_acceptance: false + url_template: "https://github.com/simonwhitaker/gibo/releases/download/{{ .Tag }}/{{ .ArtifactName }}" + authors: Simon Whitaker + description: |- + **gibo** (short for .gitignore boilerplates in Go) is a command-line tool to help you easily access .gitignore boilerplates from [github.com/github/gitignore](https://github.com/github/gitignore). + tags: git gitignore checksum: name_template: "checksums.windows.txt" diff --git a/README.md b/README.md index c5d096f..a5438eb 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ scoop bucket add main scoop install main/gibo ``` - +``` ### Using the Go toolchain