vasilevich / nginxbeautifier

Format and beautify nginx config files
https://nginxbeautifier.com
Apache License 2.0
167 stars 20 forks source link

git tags #29

Open an0nfunc opened 5 months ago

an0nfunc commented 5 months ago

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.

vasilevich commented 5 months ago

please feel free to add the first tag and pull request

thanks

an0nfunc commented 5 months ago

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 :)