We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
majesticio
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: