cyberark / summon-conjur

CyberArk Conjur provider for Summon
MIT License
38 stars 8 forks source link

Fix missing 'v' prefix in Goreleaser brew url_template #82

Closed doodlesbykumbi closed 3 years ago

doodlesbykumbi commented 3 years ago

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