You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project can be released by creating and pushing an annotated tag to the repository.
The tag should be named vX.Y.Z where X.Y.Z is the version number of the release.
git tag -a v1.0.0 -m "Release v1.0.0"
git push origin v1.0.0