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
It'd be nice if a git tag could be used to correspond to the Cargo.toml version changes, makes looking at the git log to grasp when things changed a lot easier.
If you're already using tags, maybe you forgot to git push origin $tagname? or git push --tags origin if you're happy to push all local tags at once.
The text was updated successfully, but these errors were encountered:
It'd be nice if a git tag could be used to correspond to the
Cargo.toml
version changes, makes looking at the git log to grasp when things changed a lot easier.If you're already using tags, maybe you forgot to
git push origin $tagname
? orgit push --tags origin
if you're happy to push all local tags at once.The text was updated successfully, but these errors were encountered: