mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-15 11:56:56 +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) {
|
func buildManifest(ctx *context.Context, client client.Client, artifacts []artifact.Artifact) (result bytes.Buffer, err error) {
|
||||||
var githubURL = "https://github.com"
|
var githubURL = "https://github.com"
|
||||||
|
// TODO: Make this default global
|
||||||
if ctx.Config.GitHubURLs.Download != "" {
|
if ctx.Config.GitHubURLs.Download != "" {
|
||||||
githubURL = ctx.Config.GitHubURLs.Download
|
githubURL = ctx.Config.GitHubURLs.Download
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user