Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git-describe datasource #6

Open
ethanmdavidson opened this issue Nov 15, 2021 · 0 comments
Open

Add git-describe datasource #6

ethanmdavidson opened this issue Nov 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ethanmdavidson
Copy link
Owner

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)

@ethanmdavidson ethanmdavidson added the enhancement New feature or request label Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant