-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
CLI Feedback
What have you loved?
I really love the whole cli. Thanks a lot for making it open source as well. As a Gopher, it's really great to see this code as it's awesome! So, thanks!
What was confusing or gave you pause?
Previously, to make a release, I would commit my code locally and push to Github, add a tag to my commit (say v0.2.0) and then run git push origin v0.2.0 to create my release on Github.
With the gh cli, I don't even need to add a local tag, I just type gh release create v0.2.0 and it works, but my local git repository is not given the tag, so they are a bit disjointed. I can go and add the tag after the fact, but I'm wondering if there's a way for it to release given the local tag? Git is not my specialty, so I'm not sure if this even makes sense, but wondering how to couple my local git tag to a Github release a bit more tightly.
Thanks again for the tool - it's fantastic!