pirelenito / git-revision-webpack-plugin

🏗 Webpack plugin that generates VERSION and COMMITHASH files during build
https://www.npmjs.com/package/git-revision-webpack-plugin
MIT License
358 stars 48 forks source link

Add support for annotated tags? #25

Closed RadBoris closed 6 years ago

RadBoris commented 6 years ago

Annotated tags are more useful for automated deployment and this will be a nice addition to the library.

pirelenito commented 6 years ago

Thanks for the suggestion! You can already customize how the plugin finds the tag using https://github.com/pirelenito/git-revision-webpack-plugin#versioncommand-describe---always

Does that works?

pirelenito commented 6 years ago

I'll close the issue, but feel free to open it again if my reply didn't answer your question.