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:
parent
31a32e254e
commit
f69fe9e83a
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user