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

tag your releases #15

Closed
jm-g opened this issue Apr 3, 2020 · 2 comments
Closed

tag your releases #15

jm-g opened this issue Apr 3, 2020 · 2 comments

Comments

@jm-g
Copy link

jm-g commented Apr 3, 2020

For people who want to reliably install a defined version of this extensions, it is really helpful to have a git tag corresponding to each version. The last version with a git tag is 0.5, whereas the latest release is 0.16.

Otherwise, thanks for a really helpful tool.

@lacanoid
Copy link
Owner

Hmm, interesting. How do I do this?

@jm-g
Copy link
Author

jm-g commented May 11, 2020

git tag -a 0.16 $COMMIT_ID_OF_RELEASE
git push origin --tags

But, I guess you found that out yourself, since the tags are now present.

@jm-g jm-g closed this as completed May 11, 2020
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