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

Add versioning tags to repo #42

Open
waldobronchart opened this issue Dec 29, 2020 · 0 comments
Open

Add versioning tags to repo #42

waldobronchart opened this issue Dec 29, 2020 · 0 comments

Comments

@waldobronchart
Copy link

waldobronchart commented Dec 29, 2020

May I suggest you add versioning tags to this repo? I would do a pull request for you but, I don't think I can create tags through a pr.

This will help with knowing which version of the code that a person has in their project, when using a package manager like UPM

Looking through the changelog, and using semver versioning logic, I established the following version tags:
image

if you run the following git command, you can generate the tags as I did above:

git tag v3.0.0 fbc442b
git tag v4.0.0 846ca8d
git tag v4.1.0 64f113b
git tag v4.2.0 4a62c09
git tag v4.3.0 68cce51
git tag v4.4.0 2ab789d
git tag v4.5.0 a13f411
git tag v4.6.0 975804e
git tag v4.7.0 75fd269
git push --tags

And if the latest is ready for release, I suggest you tag it v4.7.1 (bump patch since it's all bug fixes in there)

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

1 participant