Fix missing 'v' prefix in Goreleaser brew url_template.
Annoyingly Go releaser strips the 'v' prefix on releases but not on snapshots. I saw the snapshot brew formula urls were double prefixed and mistakenly removed the 'v' from the brew url_template. See my question/complaint over at https://github.com/goreleaser/goreleaser/discussions/2114.
What does this PR do?
Fix missing 'v' prefix in Goreleaser brew url_template.
Annoyingly Go releaser strips the 'v' prefix on releases but not on snapshots. I saw the snapshot brew formula urls were double prefixed and mistakenly removed the 'v' from the brew url_template. See my question/complaint over at https://github.com/goreleaser/goreleaser/discussions/2114.
What ticket does this PR close?
Resolves https://github.com/cyberark/homebrew-tools/issues/26
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or