mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
parent
aefe2fec89
commit
0cdf994fb1
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user