We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5fb30 commit 3268b57Copy full SHA for 3268b57
eng/tools/generator/cmd/v2/common/changelogProcessor.go
@@ -45,6 +45,7 @@ func GetAllVersionTags(moduleRelativePath string) ([]string, error) {
45
result := []map[string]interface{}{}
46
err = json.Unmarshal(body, &result)
47
if err != nil {
48
+ log.Printf("Failed to unmarshal response body: %s, error: %v", string(body), err)
49
return nil, err
50
}
51
var tags []string
0 commit comments