diff --git a/www/docs/ci/actions.md b/www/docs/ci/actions.md index e2704d784..92cf0ae1d 100644 --- a/www/docs/ci/actions.md +++ b/www/docs/ci/actions.md @@ -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 diff --git a/www/docs/customization/release.md b/www/docs/customization/release.md index 55ee8c96b..8cc7fc863 100644 --- a/www/docs/customization/release.md +++ b/www/docs/customization/release.md @@ -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. diff --git a/www/docs/customization/templates.md b/www/docs/customization/templates.md index c33f25214..ef0bddc3c 100644 --- a/www/docs/customization/templates.md +++ b/www/docs/customization/templates.md @@ -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.