Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format int
Format represents the type of archive.
const ( InvalidFormat Format = iota Deb TarGz Zip Rename Plugin // Plugin is a special format that is used to indicate that the archive operation is handled by an external tool. )
Goreleaser supports `tar.gz`, `tar.xz`, `tar`, `gz`, `zip` and `binary`. We currently limit ourselves to what Hugo uses: `tar.gz` and 'zip' (for Windows).
Click to show internal directories.
Click to hide internal directories.