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).
This tool will automatically run
git fetch --tagsbefore 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 --forcemanually to resolve it (or perhaps offer the option to run it automatically).