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
◆ riker git:(master) ❯❯❯ git pull
Already up to date.
◆ riker git:(master) ❯❯❯ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
◆ riker git:(master) ❯❯❯ git tags
◆ riker git:(master) ❯❯❯
That will require that a crates.io token is stored as a GH secret though... If there is interest I can see about making another PR that shows how it could work. Unfortunately it will require some marginal restructuring of the repo (new branch dev and dev as default and protecting the master branch from direct pushes...)
currently, riker has 21 releases on crates.io
and zero corresponding tags:
(or github releases)
it would be good to have an easy correlation between releases on crates.io in git when debugging a regression, and tags are exactly that.
The text was updated successfully, but these errors were encountered: