github.com/tomsquest/goreleaser@v0.34.3-0.20171008022654-7d6ef4d338b3/docs/150-github-enterprise.md (about)

     1  ---
     2  title: GitHub Enterprise
     3  ---
     4  
     5  You can use GoReleaser with GitHub Enterprise by providing its URLs in
     6  the `.goreleaer.yml` configuration file:
     7  
     8  ```yaml
     9  # .goreleaser.yml
    10  github_urls:
    11      api: api.github.foo.bar
    12      upload: uploads.github.foo.bar
    13      download: github.foo.bar
    14  ```
    15  
    16  If none are set, they default to GitHub's public URLs.