nginxbeautifier icon indicating copy to clipboard operation
nginxbeautifier copied to clipboard

git tags

Open an0nfunc opened this issue 1 year ago • 2 comments

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.

an0nfunc avatar May 19 '24 11:05 an0nfunc

please feel free to add the first tag and pull request

thanks

vasilevich avatar May 20 '24 02:05 vasilevich

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

an0nfunc avatar Jun 03 '24 18:06 an0nfunc