ethanmdavidson/packer-plugin-git

Add git-describe datasource

Opened this issue · 0 comments

https://git-scm.com/docs/git-describe is sometimes used to version things, so it seems like a good candidate for a datasource. go-git doesn't seem to have support for this command, so this would have to be implemented (preferably as a PR into go-git, which can then be called from this plugin)