1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: improve archive docs

This commit is contained in:
Carlos Alexandro Becker 2018-07-21 10:21:13 -03:00
parent b96aa1b0b1
commit a0c1e3d034
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -61,12 +61,13 @@ archive:
- CHANGELOG.md
- docs/*
- design/*.png
- templates/**/*
```
> Learn more about the [name template engine](/templates).
You can add entire folders by using the glob notation like `myfolder/*`, for
example.
You can add entire folders, its subfolders and files by using the glob notation,
for example: `myfolder/**/*`.
## Packaging only the binaries