()
| 223 | } |
| 224 | |
| 225 | func gitHubDotComRESTClientOptions() api.ClientOptions { |
| 226 | return api.ClientOptions{ |
| 227 | Host: "github.com", |
| 228 | Timeout: constants.DefaultHTTPClientTimeout, |
| 229 | } |
| 230 | } |
| 231 | |
| 232 | // findLatestPublishedReleaseTag returns the first non-draft release tag from the |
| 233 | // releases API response, skipping entries without tag names. |
no outgoing calls