Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git tags #29

Open
an0nfunc opened this issue May 19, 2024 · 2 comments
Open

git tags #29

an0nfunc opened this issue May 19, 2024 · 2 comments

Comments

@an0nfunc
Copy link

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
Copy link
Owner

please feel free to add the first tag and pull request

thanks

@an0nfunc
Copy link
Author

an0nfunc commented Jun 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants