1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-11 14:39:28 +02:00

docs: improvements

This commit is contained in:
Carlos Alexandro Becker 2024-07-10 00:03:07 -03:00
parent c79137ceb2
commit 1d9da3f6a8
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -157,7 +157,7 @@ tasks:
desc: Start documentation server
cmds:
- task: docs:generate
- "mkdocs serve -f www/mkdocs.yml -a 0.0.0.0:8000 --dirty"
- "mkdocs serve -f www/mkdocs.yml -a 0.0.0.0:8000"
docs:build:
desc: Build docs

View File

@ -4,8 +4,8 @@ Some release cycles may need to run something before or after everything else.
GoReleaser allows this with the global hooks feature.
<!-- prettier-ignore -->
=== "OSS"
The `before` section allows for global hooks that will be executed
**before** the release is started.
@ -23,8 +23,8 @@ GoReleaser allows this with the global hooks feature.
- touch {{ .Env.FILE_TO_TOUCH }}
```
<!-- prettier-ignore -->
=== "Pro"
{% include-markdown "../includes/pro.md" comments=false %}
The `before` section allows for global hooks that will be executed

View File

@ -344,7 +344,7 @@ Verify the signatures:
```bash
cosign verify \
--certificate-identity 'https://github.com/goreleaser/goreleaser/.github/workflows/release.yml@refs/tags/__VERSION__' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
goreleaser/goreleaser
```