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:
parent
f33a36f01f
commit
6ae7b08188
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user