mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +02:00
c04b18a289
This shortens the titles, fixes some typos, rephrases a few paragraphs, adds some additional information and attempts to keep vocabulary more consistent.
338 B
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.