1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

docs: improve wording

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-05-10 19:47:55 -03:00
parent 31a32e254e
commit f69fe9e83a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
3 changed files with 7 additions and 4 deletions

View File

@ -74,7 +74,8 @@ Or with a condition on GoReleaser step:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
> For detailed instructions please follow GitHub Actions [workflow syntax][syntax].
!!! tip
For detailed instructions please follow GitHub Actions [workflow syntax][syntax].
### Signing

View File

@ -134,8 +134,10 @@ To enable uploading `tar.gz` and `checksums.txt` files you need to add the follo
ALLOWED_TYPES = application/gzip|application/x-gzip|application/x-gtar|application/x-tgz|application/x-compressed-tar|text/plain
```
> Gitea versions earlier than 1.9.2 do not support uploading `checksums.txt` files because of a [bug](https://github.com/go-gitea/gitea/issues/7882)
so you will have to enable all file types with `*/*`.
!!! warning
Gitea versions earlier than 1.9.2 do not support uploading `checksums.txt`
files because of a [bug](https://github.com/go-gitea/gitea/issues/7882)
so you will have to enable all file types with `*/*`.
!!! warning
`draft` and `prerelease` are only supported by GitHub and Gitea.

View File

@ -77,6 +77,6 @@ And then you can run:
GOVERSION_NR=$(go version | awk '{print $3;}') goreleaser
```
!!! info
!!! warning
Note that those are hypothetical examples and the fields `foo_template` and
`example_template` are not valid GoReleaser configurations.