Tags of releases are not case sensitive while git tags are #2543
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
type/enhancement
An improvement of existing functionality
[x]
):Description
Releases are tied to lowercase tag names therefore odds are that git tags are dropped when syncing a mirror or adding a new git tag.
Release attribute
LowerTagName
should be removed and respecting functionality should useTagName
instead.Issue showed up while testing #2459.
The text was updated successfully, but these errors were encountered: