1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
goreleaser/docs/150-github-enterprise.md
Jorin Vogel c04b18a289
docs: Polish all docs
This shortens the titles, fixes some typos, rephrases a few paragraphs,
adds some additional information and attempts to keep vocabulary more
consistent.
2017-10-01 18:57:52 +02:00

338 B

title
GitHub Enterprise

You can use GoReleaser with GitHub Enterprise by providing its URLs in the .goreleaer.yml configuration file:

# .goreleaser.yml
github_urls:
    api: api.github.foo.bar
    upload: uploads.github.foo.bar
    download: github.foo.bar

If none are set, they default to GitHub's public URLs.