Closed mattysweeps closed 5 years ago
@evandbrown I'm going to merge this now to unblock myself, but feel free to comment and give your explicit approval. Any comments you make I'll address in a later PR.
Also, when you have the time, could you add @josephlewis42 and @craigatgoogle as contributors so I can easily request their review on future PRs?
Fixes the Makefile so BOSH releases can have a correct semver.
The Makefile assumes git tags are always semvers. However, a BOSH release semver cannot have the leading 'v'.
This updates the Makefile to remove a leading v from the git tag
This change is