mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
add: TODO comment
This commit is contained in:
parent
ec5eb2ccaa
commit
b914f08301
@ -101,6 +101,7 @@ type Resource struct {
|
||||
|
||||
func buildManifest(ctx *context.Context, client client.Client, artifacts []artifact.Artifact) (result bytes.Buffer, err error) {
|
||||
var githubURL = "https://github.com"
|
||||
// TODO: Make this default global
|
||||
if ctx.Config.GitHubURLs.Download != "" {
|
||||
githubURL = ctx.Config.GitHubURLs.Download
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user