1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: snapshots

closes #740
This commit is contained in:
Carlos Alexandro Becker 2018-12-13 12:07:54 -02:00 committed by Carlos Alexandro Becker
parent 07d9855890
commit c8354d5ac9

View File

@ -7,6 +7,7 @@ weight: 70
Sometimes we want to generate a full build of our project,
but neither want to validate anything nor upload it to anywhere.
GoReleaser supports this with the `--snapshot` flag
and also with the `snapshot` customization section:
@ -19,3 +20,7 @@ snapshot:
```
> Learn more about the [name template engine](/templates).
Note that the idea behind GoReleaser's snapshots if mostly for local builds
or to validate your build on the CI pipeline. Artifacts shouldn't be uploaded
anywhere, and will only be generated to the `dist` folder.