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

Add fpm file stanza to the docs

This commit is contained in:
Lachlan Donald 2017-08-09 11:58:30 +10:00
parent c15d4b6821
commit 2721690226
No known key found for this signature in database
GPG Key ID: 5051ACE0B5289A75

View File

@ -456,6 +456,11 @@ fpm:
conflicts:
- svn
- bash
# Files or directories to add to your package (beyond the binary)
files:
"scripts/etc/init.d/": "/etc/init.d"
```
Note that GoReleaser will not install `fpm` nor any of its dependencies for you.