mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-15 13:53:25 +02:00
closes #4167 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
19 lines
317 B
Markdown
19 lines
317 B
Markdown
# Metadata
|
|
|
|
> Since v1.20
|
|
|
|
GoReleaser creates some metadata files in the `dist` folder before it finishes
|
|
running.
|
|
|
|
These are the options available:
|
|
|
|
```yaml
|
|
# .goreleaser.yaml
|
|
#
|
|
metadata:
|
|
# Set the modified timestamp on the metadata files.
|
|
#
|
|
# Templates: allowed.
|
|
mod_timestamp: "{{ .CommitTimestamp }}"
|
|
```
|