1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-21 12:17:03 +02:00

Add documentation link

This commit is contained in:
Mohamed Gharsallah 2017-01-21 15:34:40 +01:00
parent d88947c238
commit 1a25792e6f

View File

@ -22,6 +22,10 @@ Homebrew.
So, the all-new GoReleaser was born.
## Documentation
For Documentation, visit the [GoReleaser website](https://goreleaser.github.io/documentation/) or our GitHub [here](/docs).
## Usage
- You need to export a `GITHUB_TOKEN` environment variable with
@ -47,7 +51,7 @@ Of course, all this can be customized!
For customization create a `goreleaser.yml` file in the root of your repository.
A complete and commented example can be found [here](/goreleaser.example.yml).
A complete and commented example can be found in the [documentation](/docs/#release-customization).
You can also check the [goreleaser.yml](/goreleaser.yml) used by GoReleaser
itself.