Skip to content

Commit

Permalink
feat: add scoop to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Jul 23, 2022
1 parent a22c42e commit 57c1ae3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,18 @@ nfpms:
- deb
- rpm
- apk

scoop:
bucket:
owner: knipferrc
name: fm-bucket
branch: main
commit_author:
name: goreleaserbot
email: [email protected]
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
description: "A terminal based file manager"
license: MIT
pre_install: ["Write-Host 'Running preinstall command'"]
post_install: ["Write-Host 'Running postinstall command'"]
goamd64: v3

0 comments on commit 57c1ae3

Please sign in to comment.