git/git.go 🔗
@@ -79,7 +79,7 @@ func GetReleases(gitURI, forge string) ([]Release, error) {
date = tagObj.Tagger.When
}
- tagURL := ""
+ var tagURL string
tagName := bmStrict.Sanitize(tagRef.Name().Short())
switch forge {
case "sourcehut":