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
There are a couple of release that were made silently. These releases need to be tagged on git so people can easily reference to it when installing the package.
You can tag on a previous commit, e.g.:
git tag -a 0.7.0 1901a47 -m "0.7.0"
git tag -a 0.8.0 3c68b57 -m "0.8.0"
git push --tags
There are a couple of release that were made silently. These releases need to be tagged on git so people can easily reference to it when installing the package.
You can tag on a previous commit, e.g.:
That way people can just:
The text was updated successfully, but these errors were encountered: