1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

docs: improve page on partial builds

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-03-31 17:38:04 +00:00
parent f33a36f01f
commit 6ae7b08188
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -60,6 +60,13 @@ step:
- run all the publishers
- run all the announcers
!!! warning
Please notice that this step will not run anything that the previous step
already did.
For example, it will not build anything again, nor run any `hooks` you have
defined.
It will only merge the previous results and publish them.
You can also run the publishing and announce steps separately:
```bash