How to easily create git tag?
When I began work on my first npm package, so I had problem how to solved release, change log, compare versions etc. Best way is tag. Here I don't write theory about git tag, but I want to show minimum commands what you need for this. Create tag this...
May 10, 2019106