1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: improved github enterprise docs

closes #472
This commit is contained in:
Carlos Alexandro Becker 2018-05-08 20:43:40 -03:00
parent aefe2fec89
commit 0cdf994fb1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -31,13 +31,19 @@ the `.goreleaser.yml` configuration file:
```yaml
# .goreleaser.yml
github_urls:
api: api.github.foo.bar
upload: uploads.github.foo.bar
download: github.foo.bar
api: https://git.company.com/api/v3/
upload: https://git.company.com/api/uploads/
download: https://git.company.com/
```
If none are set, they default to GitHub's public URLs.
**IMPORTANT**: be careful with the URLs, they may change from one instalation
to another. If they are wrong, goreleaser will fail at some point, so, make
sure they're right before opening an issue. See for example [#472][472].
[472]: https://github.com/goreleaser/goreleaser/issues/472
## The dist folder
By default, GoReleaser will create its artifacts in the `./dist` folder.