My custom cookbooks are stored in private github repos. When adding them to a Berkshelf project, they are added to .berkshelf/cookbooks
as custom-cookbook-commit-number
instead of custom-cookbook-version-number
My github repo has tags with the version. "Releases" has all of the version tags listed.
What do I need to change so the cookbooks become
.berkshelf/cookbooks/custom-cookbook-version-number
?