Skip to content

gh release create question and general feedback #2133

@gilcrest

Description

@gilcrest

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreThis issue is not accepting PRs from outside contributorsdocs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions