Open russbiggs opened 1 year ago
Using a scoop bucket requires git to do the git pull when using scoop.
git pull
ERROR Git is required for buckets. Run 'scoop install git' and try again.
Instead of requiring using to manually add this dependency we hsould included it in the scoop instructions
It seems like theres a solution built into goreleaser via the depends key e.g.
depends
depends: ["git", "foo"]
https://goreleaser.com/customization/scoop/?h=scoop
Using a scoop bucket requires git to do the
git pull
when using scoop.ERROR Git is required for buckets. Run 'scoop install git' and try again.
Instead of requiring using to manually add this dependency we hsould included it in the scoop instructions
It seems like theres a solution built into goreleaser via the
depends
key e.g.https://goreleaser.com/customization/scoop/?h=scoop