You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-06-17 00:17:53 +02:00
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
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.