Skip to content

Commit

Permalink
Add scoop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed May 24, 2021
1 parent 4a404f8 commit 6d39c54
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,16 @@ nfpms:
- rpm
recommends:
- exiftool
scoop:
url_template: "https://github.com/ayoisaiah/f2/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: ayoisaiah
name: scoop-bucket
commit_author:
name: goreleaserbot
email: [email protected]
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://github.com/ayoisaiah/f2"
description: "F2 is a cross-platform command-line tool for batch renaming files and directories quickly and safely"
license: MIT
skip_upload: true

0 comments on commit 6d39c54

Please sign in to comment.