Skip to content

Gracefully handle failure to fetch tags #184

Open
@mcmire

Description

@mcmire

This tool will automatically run git fetch --tags before starting. Sometimes, however, this step can fail, particularly in the case where a tag was force-pushed. This prevents the developer from being able to create a release.

This tool should detect when fetching tags fails and suggest that the user run git fetch --tags --force manually to resolve it (or perhaps offer the option to run it automatically).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions