Skip to content

Commit

Permalink
Re-enable publishing to chocolatey
Browse files Browse the repository at this point in the history
This reverts commit 6aaca53.
  • Loading branch information
simonwhitaker committed Aug 8, 2023
1 parent 5090e02 commit 16319e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions .goreleaser.windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ scoop bucket add main
scoop install main/gibo
```

<!-- ### Using Chocolatey
### Using Chocolatey

```
choco install gibo
``` -->
```

### Using the Go toolchain

Expand Down

0 comments on commit 16319e4

Please sign in to comment.