1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/www/docs/customization/metadata.md

19 lines
317 B
Markdown
Raw Normal View History

# 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 }}"
```