Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add goreleaser enterprise config #194

Closed
wants to merge 3 commits into from
Closed

Add goreleaser enterprise config #194

wants to merge 3 commits into from

Conversation

Nuckal777
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Sep 4, 2024

Coverage Status

coverage: 4.439%. remained the same
when pulling d846b1a on goreleaser-config
into 9414d15 on main.

@@ -58,4 +71,10 @@ func releaseWorkflow(cfg core.Configuration) {
w.Jobs = map[string]job{"release": j}

writeWorkflowToFile(w)
isInternal := strings.HasPrefix(cfg.Metadata.URL, "https://github.wdf.sap.corp")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like this to not hardcode a specific GHE instance. Can we have it match on a domain that is not github.com, and then use the hostname to construct the URLs that appear in the goreleaser config?

@SuperSandro2000
Copy link
Member

Turns out we already have this at https://github.com/sapcc/go-makefile-maker/blob/main/internal/goreleaser/goreleaser.go 😅

@SuperSandro2000 SuperSandro2000 deleted the goreleaser-config branch September 4, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants