nginxbeautifier
nginxbeautifier copied to clipboard
git tags
Hi, thanks for this quite helpful tool!
Would it be possible to get version tags in git? It would help package this cleanly instead of relying on a specific commit which should match npm versions.
please feel free to add the first tag and pull request
thanks
Thanks for the quick response, sorry, this dropped of the radar.
As far as tags go, I do not think there is a method to witch create a PR for a tag. But you can create one really easily with (in master):
git tag 1.0.19
git push origin 1.0.19
That's it :)