> nimble dependency management, its annoying to have go to github to tag > releases all the time, just to make nimble happy.
You don't have to go to GitHub to do this at all. You can do that using `git`: `git tag v0.2.0 && git push --tags`
> nimble dependency management, its annoying to have go to github to tag > releases all the time, just to make nimble happy.
You don't have to go to GitHub to do this at all. You can do that using `git`: `git tag v0.2.0 && git push --tags`