Closed
Description
This was previously requested at #47 and #147 but those issues were closed even though the project maintainers are still not making tags and I haven't been able to get it reopened.
Request
Could you please, prior to publication of this library on NPM, include in your build script (if any) a tagging of the current version in GIT ?
Purpose
When using a specific published version of your lib, it would be useful to have a tag on the version tree in order to
- Reproduce the build
- Explore the code at that time for debugging purpose
- etc.
How to
There are several methods, here is one, for example
https://coderwall.com/p/mk18zq/automatic-git-version-tagging-for-npm-modules
Thanks :)